Set default language even though no wallet focused

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-14 17:13:21 -03:00
parent 23cdc8782e
commit 92d2570e13
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 1 additions and 0 deletions

View File

@ -1363,6 +1363,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.noFocusedWallet = true;
self.isComplete = null;
self.walletName = null;
self.setUxLanguage();
profileService.isDisclaimerAccepted(function(v) {
if (v) {
go.path('import');