Merge pull request #3167 from cmgustavo/bug/no-wallets01
Fix no-wallet home
This commit is contained in:
commit
80e6676945
1 changed files with 4 additions and 2 deletions
|
|
@ -1145,6 +1145,8 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
/* Start setup */
|
||||
|
||||
this.bindTouchDown();
|
||||
this.setAddress();
|
||||
this.setSendFormInputs();
|
||||
if (profileService.focusedClient) {
|
||||
this.setAddress();
|
||||
this.setSendFormInputs();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue