Ref: allow camera button commented

This commit is contained in:
Gabriel Masclef 2018-01-31 18:11:10 -03:00
parent bde9ba1b99
commit f2f34d7227
No known key found for this signature in database
GPG Key ID: DD6D7EAADE12280D
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
</ion-header>
<ion-content class="back-transparent">
<div class="page-scan-has-problems" *ngIf="currentState === scannerStates.unauthorized || currentState === scannerStates.denied || currentState === scannerStates.unavailable">
<!--<div class="page-scan-has-problems" *ngIf="currentState === scannerStates.unauthorized || currentState === scannerStates.denied || currentState === scannerStates.unavailable">
<ion-icon>
<img src="img/tab-icons/ico-receive.svg" />
</ion-icon>
@ -18,7 +18,7 @@
<button ion-button block *ngIf="currentState === scannerStates.denied && canOpenSettings" (click)="openSettings()" translate>Open Settings</button>
<button ion-button block *ngIf="currentState === scannerStates.unavailable" (click)="attemptToReactivate()" translate>Retry Camera</button>
</div>
<div class="page-scan-loading-camera" *ngIf="currentState === scannerStates.loading"></div>
<div class="page-scan-loading-camera" *ngIf="currentState === scannerStates.loading"></div>-->
<div class="page-scan-camera-ready" *ngIf="currentState === scannerStates.visible">
<div class="guides">
<img class="svg qr-scan-guides" src="assets/img/bitpay-wallet-qr-scan-guides.svg">