hide pin form after signing with a PIN
This commit is contained in:
parent
1500c61d0f
commit
f6bb8d3ebd
1 changed files with 1 additions and 3 deletions
|
|
@ -164,9 +164,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
||||||
$scope.askForPin = 1;
|
$scope.askForPin = 1;
|
||||||
$rootScope.starting = false;
|
$rootScope.starting = false;
|
||||||
$rootScope.hideNavigation = true;
|
$rootScope.hideNavigation = true;
|
||||||
$timeout(function(){
|
$rootScope.$digest();
|
||||||
$rootScope.$digest();
|
|
||||||
});
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// no mobile
|
// no mobile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue