mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-21 04:41:36 +00:00
refactor
This commit is contained in:
@@ -37,7 +37,7 @@ struct PrivacySensitive: ViewModifier {
|
||||
if !protectScreen || appSheetState.scenePhaseActive {
|
||||
content
|
||||
} else {
|
||||
content.privacySensitive(true).redacted(reason: .privacy)
|
||||
content.privacySensitive().redacted(reason: .privacy)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user