1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1583 Editor | Fix | Incorrect click handling in object type toolbar results in entering in multi-select mode (#233)

This commit is contained in:
Evgenii Kozlov 2023-07-20 16:59:08 +02:00 committed by uburoiubu
parent 59f713c66e
commit 093fb263db
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6

View file

@ -4,6 +4,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="true"
xmlns:tools="http://schemas.android.com/tools">
<androidx.recyclerview.widget.RecyclerView