updating commons + the new fastscroller handling
This commit is contained in:
parent
95fbe59ac8
commit
70a6e701dc
8 changed files with 27 additions and 35 deletions
|
|
@ -27,7 +27,7 @@ import kotlinx.android.synthetic.main.item_conversation.view.*
|
|||
|
||||
class ConversationsAdapter(
|
||||
activity: SimpleActivity, var conversations: ArrayList<Conversation>, recyclerView: MyRecyclerView, itemClick: (Any) -> Unit
|
||||
) : MyRecyclerViewAdapter(activity, recyclerView, null, itemClick), RecyclerViewFastScroller.OnPopupTextUpdate {
|
||||
) : MyRecyclerViewAdapter(activity, recyclerView, itemClick), RecyclerViewFastScroller.OnPopupTextUpdate {
|
||||
private var fontSize = activity.getTextSize()
|
||||
private var drafts = HashMap<Long, String?>()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue