From 8ecf36046259f2af2e30a46b03fcdaf0bab41361 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Fri, 11 Nov 2016 17:14:46 +0100 Subject: [PATCH] Fix conversation loader shown where no conversation choosen --- appinfo/info.xml | 2 +- js/public/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 731553a..05f00a0 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ A app to sync SMS with your ownCloud agpl Loic Blot - 1.10.0 + 1.10.1 diff --git a/js/public/app.js b/js/public/app.js index 394b432..191bb22 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -86,7 +86,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile' function ($scope, $interval, $timeout, $compile) { $scope.lastConvMessageDate = 0; $scope.lastContactListMsgDate = 0; - $scope.isConvLoading = true; + $scope.isConvLoading = false; $scope.isContactsLoading = true; $scope.buttons = [ {text: "Send"}