realm-browser
realm-browser copied to clipboard
Compatible with AndroidX
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 {*;}