fix flicker issue
This commit is contained in:
parent
1f64c5adaa
commit
a7c1a3ddd3
3 changed files with 67 additions and 61 deletions
|
|
@ -149,6 +149,9 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
|||
}
|
||||
});
|
||||
});
|
||||
if ($scope.hasFunds != true) {
|
||||
$ionicScrollDelegate.freezeScroll(true);
|
||||
}
|
||||
};
|
||||
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
|
|
|
|||
|
|
@ -71,4 +71,5 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.scroll{height: 100%;}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue