mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-02-11 17:10:38 +01:00
Adapter drag support for grid
This commit is contained in:
parent
e17555c977
commit
e8bee1445a
@ -58,7 +58,7 @@ class ContactsAdapter(
|
||||
setupDragListener(true)
|
||||
|
||||
if (enableDrag) {
|
||||
touchHelper = ItemTouchHelper(ItemMoveCallback(this))
|
||||
touchHelper = ItemTouchHelper(ItemMoveCallback(this, viewType == VIEW_TYPE_GRID))
|
||||
touchHelper!!.attachToRecyclerView(recyclerView)
|
||||
|
||||
startReorderDragListener = object : StartReorderDragListener {
|
||||
|
Loading…
x
Reference in New Issue
Block a user