Set default language even though no wallet focused
This commit is contained in:
parent
23cdc8782e
commit
92d2570e13
1 changed files with 1 additions and 0 deletions
|
|
@ -1363,6 +1363,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
self.noFocusedWallet = true;
|
self.noFocusedWallet = true;
|
||||||
self.isComplete = null;
|
self.isComplete = null;
|
||||||
self.walletName = null;
|
self.walletName = null;
|
||||||
|
self.setUxLanguage();
|
||||||
profileService.isDisclaimerAccepted(function(v) {
|
profileService.isDisclaimerAccepted(function(v) {
|
||||||
if (v) {
|
if (v) {
|
||||||
go.path('import');
|
go.path('import');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue