Merge pull request #2628 from cmgustavo/bug/wp8-whitebox01

Do not hide menu to avoid the white box!
This commit is contained in:
Matias Alejo Garcia 2015-04-24 17:40:29 -03:00
commit bb43360dff

View file

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