mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-21 21:32:59 +00:00
Fix conversation loader shown where no conversation choosen
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
<description>A app to sync SMS with your ownCloud</description>
|
<description>A app to sync SMS with your ownCloud</description>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Loic Blot</author>
|
<author>Loic Blot</author>
|
||||||
<version>1.10.0</version>
|
<version>1.10.1</version>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<owncloud min-version="8.1" max-version="9.2" />
|
<owncloud min-version="8.1" max-version="9.2" />
|
||||||
<nextcloud min-version="9.0" />
|
<nextcloud min-version="9.0" />
|
||||||
|
|||||||
+1
-1
@@ -86,7 +86,7 @@ app.controller('OcSmsController', ['$scope', '$interval', '$timeout', '$compile'
|
|||||||
function ($scope, $interval, $timeout, $compile) {
|
function ($scope, $interval, $timeout, $compile) {
|
||||||
$scope.lastConvMessageDate = 0;
|
$scope.lastConvMessageDate = 0;
|
||||||
$scope.lastContactListMsgDate = 0;
|
$scope.lastContactListMsgDate = 0;
|
||||||
$scope.isConvLoading = true;
|
$scope.isConvLoading = false;
|
||||||
$scope.isContactsLoading = true;
|
$scope.isContactsLoading = true;
|
||||||
$scope.buttons = [
|
$scope.buttons = [
|
||||||
{text: "Send"}
|
{text: "Send"}
|
||||||
|
|||||||
Reference in New Issue
Block a user