You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
Add new `CustomPrivacySensitiveModifier` SwiftUI view modifier that hides the content when in background or recording using `redacted(reason: .placeholder)`. Not using `.privacySensitive()` / `.redacted(reason: .privacy)` as they not working as expected due to `redactionReasons` not propagating through the environment in modals.
Description:
When the application is backgrounded, the recovery seed phrase should be hidden so it's not visible in the app switcher.
The text was updated successfully, but these errors were encountered: