reskin: Kill RiotDesignValues.kRiotKeyboard and replace it by Theme.keyboardAppearance

This commit is contained in:
manuroe
2019-01-10 17:42:43 +01:00
parent 0f3cf8ec95
commit 77e6a81276
8 changed files with 15 additions and 11 deletions
@@ -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;
}