mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 10:55:08 +00:00
fix(mail(js)): don't delay the progress indicator when loading mailbox
Fixes #5278
This commit is contained in:
@@ -376,9 +376,7 @@
|
||||
if (!angular.isDefined(this.unseenCount))
|
||||
this.unseenCount = 0;
|
||||
|
||||
Mailbox.$timeout(function() {
|
||||
_this.$isLoading = true;
|
||||
});
|
||||
this.$isLoading = true;
|
||||
|
||||
if (Mailbox.$refreshTimeout)
|
||||
Mailbox.$timeout.cancel(Mailbox.$refreshTimeout);
|
||||
|
||||
Reference in New Issue
Block a user