Hide menu only for mobile
This commit is contained in:
parent
401490df5e
commit
80d305fe80
2 changed files with 4 additions and 6 deletions
|
|
@ -67,7 +67,9 @@ angular.module('copayApp.controllers').controller('sendController',
|
|||
|
||||
|
||||
this.formFocus = function(what) {
|
||||
hideMenuBar(what);
|
||||
if (isCordova) {
|
||||
hideMenuBar(what);
|
||||
}
|
||||
if (!this.isWindowsPhoneApp) return
|
||||
|
||||
if (!what) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue