moving one more drag and drop related interface in commons

This commit is contained in:
tibbi
2020-10-11 18:50:49 +02:00
parent f67b1bfefe
commit 6b6db9d0a2
3 changed files with 2 additions and 9 deletions

View File

@ -1,7 +0,0 @@
package com.simplemobiletools.notes.pro.interfaces
import androidx.recyclerview.widget.RecyclerView
interface StartReorderDragListener {
fun requestDrag(viewHolder: RecyclerView.ViewHolder)
}