Return automatically after set unit/lang/alt/color
This commit is contained in:
parent
308616c254
commit
370fbd5924
9 changed files with 31 additions and 18 deletions
|
|
@ -868,6 +868,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
|
||||
self.updateHistory = function() {
|
||||
var fc = profileService.focusedClient;
|
||||
if (!fc) return;
|
||||
var walletId = fc.credentials.walletId;
|
||||
|
||||
if (!fc.isComplete() || self.updatingTxHistory[walletId]) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue