1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 02:58:09 +01:00
metamask-extension/ui/app
Mark Stacey bbbf68c8df Allow dismissing the privacy mode notification
The privacy mode notification was not able to be dismissed from the
popup UI. It should have been dismissed after clicking "Learn more",
but that button opens a new tab first before dismissing the flag.
Opening the new tab kills the pop UI process before it has a chance
to set that flag, so it never gets set.

Re-ordering the handler to set the flag first avoids this problem.
2019-09-01 19:59:12 -03:00
..
components Return after rejecting promise in action (#7079) 2019-08-31 13:34:27 -03:00
css
ducks Remove blockscale, replace with ethgasstation 2019-08-22 07:04:52 -07:00
helpers
pages Allow dismissing the privacy mode notification 2019-09-01 19:59:12 -03:00
selectors Remove blockscale, replace with ethgasstation 2019-08-22 07:04:52 -07:00
store Return after rejecting promise in action (#7079) 2019-08-31 13:34:27 -03:00