realm-browser icon indicating copy to clipboard operation
realm-browser copied to clipboard

Compatible with AndroidX

Open omidraha opened this issue 6 years ago • 0 comments

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 {*;}

omidraha avatar Feb 16 '19 14:02 omidraha