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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="onGoingProcess"
|
<div class="onGoingProcess"
|
||||||
ng-show="index.anyOnGoingProcess"
|
ng-show="index.anyOnGoingProcess"
|
||||||
ng-style="{'background-color':index.backgroundColor}"
|
ng-style="{'background-color':index.backgroundColor}"
|
||||||
|
|
@ -68,10 +67,7 @@
|
||||||
<span translate ng-show="index.onGoingProcessName == 'recreating'">Recreating Wallet on BWS...</span>
|
<span translate ng-show="index.onGoingProcessName == 'recreating'">Recreating Wallet on BWS...</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="m20t" ng-show="index.notAuthorized">
|
||||||
|
|
||||||
|
|
||||||
<div ng-show="index.notAuthorized">
|
|
||||||
<div class="text-center text-warning">
|
<div class="text-center text-warning">
|
||||||
<i class="fi-alert"></i>
|
<i class="fi-alert"></i>
|
||||||
<span translate>
|
<span translate>
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,9 @@ angular.module('copayApp.controllers').controller('sendController',
|
||||||
|
|
||||||
|
|
||||||
this.formFocus = function(what) {
|
this.formFocus = function(what) {
|
||||||
hideMenuBar(what);
|
if (isCordova) {
|
||||||
|
hideMenuBar(what);
|
||||||
|
}
|
||||||
if (!this.isWindowsPhoneApp) return
|
if (!this.isWindowsPhoneApp) return
|
||||||
|
|
||||||
if (!what) {
|
if (!what) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue