You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
I really want to do following feature:
When I select some items, after that, I click on each that item and unselect them. If I unselect last item, means recycleview has no item selected, I want to leave selectable mode, and I use multiselector.setSelectable(false), but app crash with exception:
JNI DETECTED ERROR IN APPLICATION: can't call void android.view.View.setTranslationZ(float) on null object
Please tell me why or how to do my feature? Many thanks, @jingibus
The text was updated successfully, but these errors were encountered:
I really want to do following feature:
When I select some items, after that, I click on each that item and unselect them. If I unselect last item, means recycleview has no item selected, I want to leave selectable mode, and I use multiselector.setSelectable(false), but app crash with exception:
JNI DETECTED ERROR IN APPLICATION: can't call void android.view.View.setTranslationZ(float) on null object
Please tell me why or how to do my feature? Many thanks, @jingibus
The text was updated successfully, but these errors were encountered: