1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/controllers
Mark Stacey 3d0ffc50f8
Minimize inactive timer resets (#8531)
The inactive timer was being reset upon any change to the preferences
store. The intent was only to update the timer when the auto-lock
timeout had changed, so the subscription was updated to only update in
those cases.

There are no indications that this had any effect upon the user. It
looks like the preferences store never updates while the extension is
unattended, so in practice this may have been harmless. It was still
pointless however. This also protects against the possibility of the
preferences store being updated while unattended at some point in the
future.
2020-05-05 20:30:50 -03:00
..
ens Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
network Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
permissions Open notification UI when eth_requestAccounts waits for unlock (#8508) 2020-05-05 07:03:21 -07:00
transactions Update TransactionController README (#8526) 2020-05-05 20:28:45 -02:30
ab-test.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
app-state.js Minimize inactive timer resets (#8531) 2020-05-05 20:30:50 -03:00
balance.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
cached-balances.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
detect-tokens.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
incoming-transactions.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
infura.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
onboarding.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
preferences.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
recent-blocks.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
threebox.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30
token-rates.js Move export defaults statements alongside their objects (#8525) 2020-05-05 19:49:38 -02:30