Skip to content

Commit

Permalink
fix: Ensure privacy policy state persists properly
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed May 28, 2024
1 parent 2a2dfb4 commit 30a27f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/controllers/app-state.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ export default class AppStateController extends EventEmitter {
showAccountBanner: true,
trezorModel: null,
currentPopupId: undefined,
newPrivacyPolicyToastClickedOrClosed: null,
newPrivacyPolicyToastShownDate: null,
// This key is only used for checking if the user had set advancedGasFee
// prior to Migration 92.3 where we split out the setting to support
// multiple networks.
Expand All @@ -65,8 +67,6 @@ export default class AppStateController extends EventEmitter {
'0x539': true,
},
surveyLinkLastClickedOrClosed: null,
newPrivacyPolicyToastClickedOrClosed: null,
newPrivacyPolicyToastShownDate: null,
signatureSecurityAlertResponses: {},
// States used for displaying the changed network toast
switchedNetworkDetails: null,
Expand Down

0 comments on commit 30a27f4

Please sign in to comment.