diff --git a/src/js/controllers/tab-receive.js b/src/js/controllers/tab-receive.js index 4073e08f9..39b26ecf1 100644 --- a/src/js/controllers/tab-receive.js +++ b/src/js/controllers/tab-receive.js @@ -165,6 +165,10 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi return w.id == $scope.wallet.id; }); if (w) $scope.updateCurrentWallet(); + else if (screen.width > 700 && screen.height > 700) { + $scope.setWallet(0) + $scope.walletPosition(0); + } } });