Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec91f4c9 authored by tibbi's avatar tibbi
Browse files

fixing a function call

parent 1f36542c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ abstract class MyRecyclerViewAdapter(val activity: BaseSimpleActivity, val recyc

        itemViews = newItems
        finishActMode()
        fastScroller?.measureRecyclerViewHeight()
        fastScroller?.measureRecyclerView()
    }

    class ViewHolder(view: View, val adapterListener: MyAdapterListener, val activity: BaseSimpleActivity, val multiSelectorCallback: ModalMultiSelectorCallback,