save button fix and text color for dark mode

This commit is contained in:
Arnfried Griesert
2022-06-02 12:18:03 +02:00
parent cf19d7bd4f
commit c802e166cf
4 changed files with 61 additions and 27 deletions
@@ -4415,7 +4415,7 @@ NSString *const kRoomSettingsAdvancedE2eEnabledCellViewIdentifier = @"kRoomSetti
}
- (BOOL) isNotificationTimesSwitchEnabled {
return !mxRoom.isDirect;
return true;
}
- (void) updateSectionsAsPersonalNotes {