1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Fix conversation loader shown where no conversation choosen

This commit is contained in:
Loic Blot 2016-11-11 17:14:46 +01:00
parent 26df3a53a4
commit 8ecf360462
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<description>A app to sync SMS with your ownCloud</description>
<licence>agpl</licence>
<author>Loic Blot</author>
<version>1.10.0</version>
<version>1.10.1</version>
<dependencies>
<owncloud min-version="8.1" max-version="9.2" />
<nextcloud min-version="9.0" />

View File

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