Merge pull request #4903 from jamal-jackson/feature/send_view_flicker_fix
fix flicker issue
This commit is contained in:
commit
9dde74e5cb
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue