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

fix bug: NullPointerException in SettingsActivity due to getCurrentFocus().clearFocus() #305

Merged
merged 1 commit into from
Sep 23, 2019

Conversation

tedornitier
Copy link
Contributor

@tedornitier tedornitier commented Sep 23, 2019

Fixed NullPointerException in SettingsActivity caused by getCurrentFocus().clearFocus() (onPause()) by checking if the current focus is null before clearing focus
Fixes #304

fix bug: NullPointerException in SettingsActivity due to getCurrentFocus().clearFocus()
@niccokunzmann niccokunzmann merged commit 46d957e into niccokunzmann:master Sep 23, 2019
@niccokunzmann
Copy link
Owner

Thanks! This will be live from version 1.227 on.

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.

Nullpointer Exception
2 participants