mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
Adapter drag support for grid view type
This commit is contained in:
@ -81,7 +81,7 @@ class ContactsAdapter(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (enableDrag) {
|
if (enableDrag) {
|
||||||
touchHelper = ItemTouchHelper(ItemMoveCallback(this))
|
touchHelper = ItemTouchHelper(ItemMoveCallback(this, viewType == VIEW_TYPE_GRID))
|
||||||
touchHelper!!.attachToRecyclerView(recyclerView)
|
touchHelper!!.attachToRecyclerView(recyclerView)
|
||||||
|
|
||||||
startReorderDragListener = object : StartReorderDragListener {
|
startReorderDragListener = object : StartReorderDragListener {
|
||||||
|
Reference in New Issue
Block a user