Feature/4014 new layout notes room

This commit is contained in:
Frank Rotermund
2023-01-27 10:18:49 +00:00
committed by JanNiklas Grabowski
parent e57b51ed09
commit 0d1b84b04e
17 changed files with 169 additions and 67 deletions
@@ -393,6 +393,10 @@ public class RecentsListService: NSObject, RecentsListServiceProtocol {
multicastDelegate.removeAllDelegates()
}
public var shouldShowBWIPersonalNotes: Bool {
return AllChatsLayoutSettingsManager.shared.allChatLayoutSettings.sections.contains(.bwiPersonalNotes)
}
// MARK: - Riot Settings Observer
private func addRiotSettingsObserver() {