Glidera working again. Rm ignoreMobilePause!
This commit is contained in:
parent
2a97446ef9
commit
ecf16d61ea
8 changed files with 128 additions and 92 deletions
|
|
@ -1500,11 +1500,11 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
|
||||
if (!self.lastUpdate || (now - self.lastUpdate) > oneHr) {
|
||||
self.updateAll({
|
||||
quiet: true
|
||||
triggerTxUpdate: true,
|
||||
quiet: true,
|
||||
triggerTxUpdate: true
|
||||
});
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
$rootScope.$on('Local/Resume', function(event) {
|
||||
$log.debug('### Resume event');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue