Hide menu only for mobile
This commit is contained in:
parent
401490df5e
commit
80d305fe80
2 changed files with 4 additions and 6 deletions
|
|
@ -54,7 +54,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="onGoingProcess"
|
||||
ng-show="index.anyOnGoingProcess"
|
||||
ng-style="{'background-color':index.backgroundColor}"
|
||||
|
|
@ -68,10 +67,7 @@
|
|||
<span translate ng-show="index.onGoingProcessName == 'recreating'">Recreating Wallet on BWS...</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div ng-show="index.notAuthorized">
|
||||
<div class="m20t" ng-show="index.notAuthorized">
|
||||
<div class="text-center text-warning">
|
||||
<i class="fi-alert"></i>
|
||||
<span translate>
|
||||
|
|
|
|||
|
|
@ -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