Manually reversing 2 commits.
This commit is contained in:
parent
e6da8056da
commit
e7e578f20c
1 changed files with 4 additions and 1 deletions
|
|
@ -61,7 +61,10 @@ angular.module('copayApp.controllers').controller('tabScanController', function(
|
||||||
|
|
||||||
$scope.$on("$ionicView.afterEnter", function() {
|
$scope.$on("$ionicView.afterEnter", function() {
|
||||||
// try initializing and refreshing status any time the view is entered
|
// try initializing and refreshing status any time the view is entered
|
||||||
scannerService.gentleInitialize();
|
if(!scannerService.isInitialized()) {
|
||||||
|
scannerService.gentleInitialize();
|
||||||
|
}
|
||||||
|
activate();
|
||||||
});
|
});
|
||||||
|
|
||||||
function activate(){
|
function activate(){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue