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

Compatible with AndroidX #28

Open
omidraha opened this issue Feb 16, 2019 · 0 comments
Open

Compatible with AndroidX #28

omidraha opened this issue Feb 16, 2019 · 0 comments

Comments

@omidraha
Copy link

When I click on the one row of table, I get this error:

Could not find class 'androidx.core.widget.NestedScrollView$AccessibilityDelegate', referenced from method androidx.core.widget.NestedScrollView.<clinit>

This error is about this line and is related to AndroidX, because realm-browser is not use AndroidX

Fixed with:

-keep class androidx.core.widget.NestedScrollView {*;}

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

No branches or pull requests

1 participant