better balance collapse animation performance on android
This commit is contained in:
parent
d02affadd1
commit
f80f2b8775
2 changed files with 30 additions and 6 deletions
|
|
@ -11,7 +11,7 @@
|
|||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
|
||||
<div class="bp-content" ng-class="{'status-bar': isCordova}">
|
||||
<div class="bp-content" ng-class="{'status-bar': isCordova && isIOS}">
|
||||
|
||||
<div class="amount-wrapper" ng-show="wallet && wallet.isComplete()" ng-style="{'background-color':wallet.color}">
|
||||
<div
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
<span ng-include="'views/includes/walletInfo.html'"></span>
|
||||
</div>
|
||||
</div> <!-- oh -->
|
||||
<ion-content on-scroll="getScrollPosition()" ng-style="{'margin-top': contentMargin}">
|
||||
<ion-content ng-style="{'margin-top': contentMargin}">
|
||||
<ion-refresher
|
||||
ng-if="isAndroid"
|
||||
pulling-icon="ion-ios-refresh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue