Fix Android compatibility: walletDetails view

This commit is contained in:
Gustavo Maximiliano Cortez 2017-09-18 13:06:17 -04:00
commit fd794c75ba
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 75 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<div class="actions" ng-show="(walletNotRegistered || updateStatusError) && !(updatingStatus || updatingTxHistory)">
<div class="actions" ng-show="(walletNotRegistered || updateStatusError)">
<a ng-show="walletNotRegistered" ng-click="recreate()" translate>Tap to recreate</a>
<a ng-show="updateStatusError" ng-click="updateAll(true)" translate>Tap to retry</a>
</div>