ios: fix user chat preferences view

This commit is contained in:
Evgeny Poberezkin
2022-12-31 13:38:55 +00:00
parent 15884c0169
commit b4879ca2a3
@@ -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)
}