Do not hide menu to avoid the white box!
This commit is contained in:
parent
b622f3bfd4
commit
a1b1ce7940
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
|
||||
|
||||
this.formFocus = function(what) {
|
||||
if (isCordova) {
|
||||
if (isCordova && !this.isWindowsPhoneApp) {
|
||||
hideMenuBar(what);
|
||||
}
|
||||
if (!this.isWindowsPhoneApp) return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue