287 - Back arrow disappears after opening an external link
This commit is contained in:
parent
4965a76322
commit
eba2a19ca2
1 changed files with 0 additions and 6 deletions
|
|
@ -6,12 +6,6 @@ angular.module('copayApp.services').factory('openURLService', function($rootScop
|
|||
var handleOpenURL = function(args) {
|
||||
|
||||
$log.info('Handling Open URL: ' + JSON.stringify(args));
|
||||
// Stop it from caching the first view as one to return when the app opens
|
||||
$ionicHistory.nextViewOptions({
|
||||
historyRoot: true,
|
||||
disableBack: false,
|
||||
disableAnimation: true
|
||||
});
|
||||
|
||||
var url = args.url;
|
||||
if (!url) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue