Revert routing issue
This commit is contained in:
parent
515b806fa3
commit
0894bdf684
1 changed files with 29 additions and 29 deletions
|
|
@ -1158,7 +1158,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
||||||
$ionicPlatform.on('menubutton', function() {
|
$ionicPlatform.on('menubutton', function() {
|
||||||
window.location = '#/preferences';
|
window.location = '#/preferences';
|
||||||
});
|
});
|
||||||
});
|
|
||||||
|
|
||||||
$log.info('Init profile...');
|
$log.info('Init profile...');
|
||||||
// Try to open local profile
|
// Try to open local profile
|
||||||
|
|
@ -1195,6 +1194,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
||||||
openURLService.init();
|
openURLService.init();
|
||||||
}, 1000);
|
}, 1000);
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
if (platformInfo.isNW) {
|
if (platformInfo.isNW) {
|
||||||
var gui = require('nw.gui');
|
var gui = require('nw.gui');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue