fix save last state
This commit is contained in:
parent
a8567eabb4
commit
431058baec
1 changed files with 1 additions and 1 deletions
|
|
@ -877,6 +877,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
var state = {};
|
||||
state.name = toState.name;
|
||||
state.toParams = toParams;
|
||||
storageService.setLastState(JSON.stringify(state), function() {});
|
||||
if (state.name != 'starting') storageService.setLastState(JSON.stringify(state), function() {});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue