Add NotificationSettings and Keywords UI and VM

This commit is contained in:
David Langley
2021-08-18 09:33:56 +01:00
parent 4865d9d3a5
commit a7d0fec95d
28 changed files with 822 additions and 373 deletions
@@ -19,7 +19,6 @@ import SwiftUI
@available(iOS 14.0.0, *)
struct RoomNotificationSettings: View {
@Environment(\.theme) var theme: Theme
@ObservedObject var viewModel: RoomNotificationSettingsSwiftUIViewModel
let presentedModally: Bool