Update: Runs initBitcoinCoreDisplay after everything has been loaded
This commit is contained in:
parent
5ec526e06b
commit
1be4c7d235
2 changed files with 3 additions and 4 deletions
|
|
@ -24,8 +24,8 @@
|
||||||
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
|
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
|
||||||
"pushSenderId": "1036948132229",
|
"pushSenderId": "1036948132229",
|
||||||
"description": "A Secure Bitcoin Wallet",
|
"description": "A Secure Bitcoin Wallet",
|
||||||
"version": "4.7.1",
|
"version": "4.7.2",
|
||||||
"androidVersion": "407100",
|
"androidVersion": "407200",
|
||||||
"_extraCSS": "",
|
"_extraCSS": "",
|
||||||
"_enabledExtensions": {
|
"_enabledExtensions": {
|
||||||
"coinbase": false,
|
"coinbase": false,
|
||||||
|
|
|
||||||
|
|
@ -1310,13 +1310,12 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
||||||
applicationService.appLockModal('check');
|
applicationService.appLockModal('check');
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
profileService.initBitcoinCoreDisplay();
|
|
||||||
|
|
||||||
// After everything have been loaded
|
// After everything have been loaded
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
emailService.init(); // Update email subscription if necessary
|
emailService.init(); // Update email subscription if necessary
|
||||||
openURLService.init();
|
openURLService.init();
|
||||||
|
profileService.initBitcoinCoreDisplay();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue