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 fc8e8cf7be
commit 2a2b0cd134
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 {