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"}