Fix hidden back button
This commit is contained in:
parent
d3ee16e05b
commit
ccfe998b9d
3 changed files with 13 additions and 10 deletions
|
|
@ -8,9 +8,10 @@ angular.module('copayApp.services').factory('openURLService', function($rootScop
|
|||
// Stop it from caching the first view as one to return when the app opens
|
||||
$ionicHistory.nextViewOptions({
|
||||
historyRoot: true,
|
||||
disableBack: true,
|
||||
disableBack: false,
|
||||
disableAnimation: true
|
||||
});
|
||||
|
||||
var url = args.url;
|
||||
if (!url) {
|
||||
$log.error('No url provided');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue