mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-20 04:43:04 +00:00
Fix conversation loader shown where no conversation choosen
This commit is contained in:
+1
-1
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user