Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed keyboard color when entering bug report (#1720). #1729

Merged
merged 2 commits into from
Jan 8, 2018

Conversation

daverPL
Copy link

@daverPL daverPL commented Jan 8, 2018

Signed-off-by: Dawid Rączka [email protected]

@@ -79,6 +79,7 @@ - (void)viewDidLoad
_bugReportDescriptionTextView.layer.borderWidth = 1.0f;
_bugReportDescriptionTextView.text = nil;
_bugReportDescriptionTextView.delegate = self;
_bugReportDescriptionTextView.keyboardAppearance = kRiotKeyboard;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daverPL: Hi, thank you for your PR. This is the right fix, but it is not at the right place.
Could you please move this change in the userInterfaceThemeDidChange method?

Copy link
Member

@giomfo giomfo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@giomfo giomfo merged commit c1d65ac into element-hq:develop Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants