Moved fix to userInterfaceThemeDidChange method.

This commit is contained in:
Dawid Rączka
2018-01-08 17:26:31 +01:00
parent ed2627bd87
commit a555748303
@@ -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;