ensure pull to refresh icon is visible on android and remove comments
This commit is contained in:
parent
9018ccd39a
commit
f178eb9b50
2 changed files with 5 additions and 4 deletions
|
|
@ -323,10 +323,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
];
|
||||
});
|
||||
|
||||
// $scope.$on("$ionicView.beforeLeave", function(event, data) {
|
||||
// $interval.cancel(scrollInterval);
|
||||
// });
|
||||
|
||||
$scope.$on("$ionicView.leave", function(event, data) {
|
||||
screenInactive = true;
|
||||
lodash.each(listeners, function(x) {
|
||||
|
|
|
|||
|
|
@ -92,6 +92,11 @@
|
|||
#walletDetails {
|
||||
background: #F8F8F9;
|
||||
|
||||
.scroll-refresher {
|
||||
z-index: 1;
|
||||
margin-top: 3.5rem;
|
||||
}
|
||||
|
||||
.ionic-refresher-content {
|
||||
color: white !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue