mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
reskin: Kill RiotDesignValues.kRiotKeyboard and replace it by Theme.keyboardAppearance
This commit is contained in:
@@ -2222,7 +2222,7 @@ NSString *const kRoomSettingsAdvancedE2eEnabledCellViewIdentifier = @"kRoomSetti
|
||||
topicTextView.editable = (oneSelfPowerLevel >= [powerLevels minimumPowerLevelForSendingEventAsStateEvent:kMXEventTypeStringRoomTopic]);
|
||||
topicTextView.textColor = kRiotSecondaryTextColor;
|
||||
|
||||
topicTextView.keyboardAppearance = kRiotKeyboard;
|
||||
topicTextView.keyboardAppearance = RiotDesignValues.theme.keyboardAppearance;
|
||||
|
||||
cell = roomTopicCell;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user