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 WebView crash on Android 5 #877

Merged
merged 1 commit into from Dec 10, 2019
Merged

Fix WebView crash on Android 5 #877

merged 1 commit into from Dec 10, 2019

Conversation

di72nn
Copy link
Member

@di72nn di72nn commented Dec 7, 2019

I was testing stuff on an Android 5 emulator and encountered this bug.

The bug is: opening ReadArticleActivity results in app crash caused by missing resources required to inflate WebView.

Caused by androidx.appcompat:appcompat:1.1.0 or androidx.appcompat:appcompat-resources:1.1.0. Downgrading appcompat to 1.0.2 didn't work, because of the libraries' transitive dependencies.

The workaround should be removed if it will be fixed in appcompat/appcompat-resources:1.2.0.

@Strubbl Strubbl merged commit f34c1ca into master Dec 10, 2019
@Strubbl Strubbl deleted the fix_webview branch December 10, 2019 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants