save lang and unit in BWS
This commit is contained in:
parent
c6e4773f9d
commit
c65b2d7c07
6 changed files with 140 additions and 74 deletions
|
|
@ -125,7 +125,6 @@ angular.module('copayApp.services')
|
|||
$log.debug('Preferences read');
|
||||
if (err) return cb(err);
|
||||
root.applyConfig();
|
||||
$rootScope.$emit('Local/DefaultLanguage');
|
||||
root.setWalletClients();
|
||||
storageService.getFocusedWalletId(function(err, focusedWalletId) {
|
||||
if (err) return cb(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue