Move complete room notification settings module to RiotSwiftUI and fix naming/directory structure.

This commit is contained in:
David Langley
2021-09-02 14:09:29 +01:00
parent bbf7d28928
commit 14169c6594
13 changed files with 19 additions and 19 deletions
@@ -16,7 +16,7 @@
import Foundation
final class RoomNotificationSettingsService: RoomNotificationSettingsServiceType {
final class MXRoomNotificationSettingsService: RoomNotificationSettingsServiceType {
typealias Completion = () -> Void