Hide menu only for mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-22 03:52:09 -03:00
commit 80d305fe80
2 changed files with 4 additions and 6 deletions

View file

@ -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) {