mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 21:56:37 +00:00
1ec6583494
The transfer ownership popup triggered by the backup community baner button was behaving weirdly because the banner from where it originates lives inside a loader that is deactivated once the popup was opened. Moving the logic that deactivates the loader into the onClosed handler of the popup solves this issue. Thanks to @pinebit for getting to the bottom of this! Fixes #2997