Merge pull request #4903 from jamal-jackson/feature/send_view_flicker_fix

fix flicker issue
This commit is contained in:
Matias Alejo Garcia 2016-10-27 12:13:34 -03:00 committed by GitHub
commit 9dde74e5cb
3 changed files with 67 additions and 61 deletions

View file

@ -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) {