Merge pull request #7579 from whymarrh/fix-dai-notification

Don't overwrite state when setting inactive timeout
feature/default_network_editable
Thomas Huang 5 years ago committed by GitHub
commit 5e34eeff96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/scripts/controllers/app-state.js

@ -45,7 +45,7 @@ class AppStateController {
* @private
*/
_setInactiveTimeout (timeoutMinutes) {
this.store.putState({
this.store.updateState({
timeoutMinutes,
})

Loading…
Cancel
Save