mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Moved fix to userInterfaceThemeDidChange method.
This commit is contained in:
@@ -79,7 +79,6 @@
|
||||
_bugReportDescriptionTextView.layer.borderWidth = 1.0f;
|
||||
_bugReportDescriptionTextView.text = nil;
|
||||
_bugReportDescriptionTextView.delegate = self;
|
||||
_bugReportDescriptionTextView.keyboardAppearance = kRiotKeyboard;
|
||||
|
||||
if (_reportCrash)
|
||||
{
|
||||
@@ -148,6 +147,8 @@
|
||||
self.containerView.backgroundColor = kRiotPrimaryBgColor;
|
||||
self.sendingContainer.backgroundColor = kRiotPrimaryBgColor;
|
||||
|
||||
self.bugReportDescriptionTextView.keyboardAppearance = kRiotKeyboard;
|
||||
|
||||
self.titleLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.sendingLabel.textColor = kRiotPrimaryTextColor;
|
||||
self.descriptionLabel.textColor = kRiotPrimaryTextColor;
|
||||
|
||||
Reference in New Issue
Block a user