Remove 1-2-3 image from creation/join at Android version
This commit is contained in:
parent
236e7b91be
commit
818c01bf52
5 changed files with 6 additions and 3 deletions
|
|
@ -14,6 +14,7 @@ angular.module('copayApp.controllers').controller('OpenController',
|
|||
$scope.wallets = walletFactory.getWallets().sort(cmp);
|
||||
$scope.selectedWalletId = walletFactory.storage.getLastOpened() || ($scope.wallets[0] && $scope.wallets[0].id);
|
||||
$scope.openPassword = '';
|
||||
$scope.isMobile = !!window.cordova;
|
||||
|
||||
$scope.open = function(form) {
|
||||
if (form && form.$invalid) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue