merged element 1.8.10

This commit is contained in:
Arnfried Griesert
2022-05-03 12:48:01 +02:00
1235 changed files with 50869 additions and 23132 deletions
@@ -24,6 +24,7 @@ struct DefaultNotificationSettings: View {
var body: some View {
NotificationSettings(viewModel: viewModel)
.navigationBarTitle(VectorL10n.settingsDefault)
.track(screen: .settingsDefaultNotifications)
}
}
@@ -35,6 +35,7 @@ struct MentionsAndKeywordNotificationSettings: View {
bottomSection: keywordSection
)
.navigationTitle(VectorL10n.settingsMentionsAndKeywords)
.track(screen: .settingsMentionsAndKeywords)
}
}
@@ -23,6 +23,7 @@ struct OtherNotificationSettings: View {
var body: some View {
NotificationSettings(viewModel: viewModel)
.navigationTitle(VectorL10n.settingsOther)
.track(screen: .settingsNotifications)
}
}