scrollable contacts fix
This commit is contained in:
parent
658c58c59f
commit
02e22517cb
3 changed files with 6 additions and 3 deletions
|
|
@ -250,6 +250,7 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
|||
};
|
||||
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
$scope.isIOS = platformInfo.isIOS && platformInfo.isCordova;
|
||||
$scope.showWalletsBch = $scope.showWalletsBtc = $scope.showWallets = false;
|
||||
|
||||
$scope.checkingBalance = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue