import profile/wallet on android
This commit is contained in:
parent
88d125e1be
commit
5a252f8ae8
5 changed files with 21 additions and 7 deletions
|
|
@ -9,6 +9,13 @@ angular.module('copayApp.controllers').controller('ImportController',
|
|||
$scope.is_iOS = isMobile.iOS();
|
||||
$scope.importOpts = {};
|
||||
|
||||
window.ignoreMobilePause = true;
|
||||
$scope.$on('$destroy', function() {
|
||||
$timeout(function(){
|
||||
window.ignoreMobilePause = false;
|
||||
}, 100);
|
||||
});
|
||||
|
||||
Compatibility.check($scope);
|
||||
|
||||
var reader = new FileReader();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue