mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-18 14:06:35 +00:00
ios: fix user chat preferences view
This commit is contained in:
@@ -60,7 +60,7 @@ struct PreferencesView: View {
|
||||
}
|
||||
|
||||
private func featureFooter(_ feature: ChatFeature, _ allowFeature: Binding<FeatureAllowed>) -> some View {
|
||||
Text(ChatFeature.timedMessages.allowDescription(allowFeature.wrappedValue))
|
||||
Text(feature.allowDescription(allowFeature.wrappedValue))
|
||||
.frame(height: 36, alignment: .topLeading)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user