Hid the from wallet in the send screen for now, because it requires other layout changes to fit everything in, especially on small screens.
This commit is contained in:
parent
1d025cbf35
commit
408d46e4d3
1 changed files with 0 additions and 7 deletions
|
|
@ -208,13 +208,6 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
|||
};
|
||||
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
console.log('tab-send.beforeEnter sendFlowService.fromWalletId:', sendFlowService.fromWalletId);
|
||||
var fromWalletId = sendFlowService.fromWalletId;
|
||||
if (fromWalletId) {
|
||||
$scope.fromWallet = profileService.getWallet(fromWalletId);
|
||||
} else {
|
||||
$scope.fromWallet = null;
|
||||
}
|
||||
$scope.isIOS = platformInfo.isIOS && platformInfo.isCordova;
|
||||
$scope.showWalletsBch = $scope.showWalletsBtc = $scope.showWallets = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue