Fix Android compatibility: walletDetails view
This commit is contained in:
parent
833fe6706d
commit
fd794c75ba
2 changed files with 75 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue