Address comments and cleanup version checks

This commit is contained in:
David Langley
2021-08-25 15:46:02 +01:00
parent 73b448afb6
commit 9b81730a50
11 changed files with 47 additions and 51 deletions
@@ -26,7 +26,7 @@ struct MentionsAndKeywordNotificationSettings: View {
header: FormSectionHeader(text: VectorL10n.settingsYourKeywords),
footer: FormSectionFooter(text: VectorL10n.settingsMentionsAndKeywordsEncryptionNotice)
) {
Keywords(viewModel: viewModel)
NotificationSettingsKeywords(viewModel: viewModel)
}
}
var body: some View {