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

Commit e717e6e9 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

#1155 - Fix search not being cleared after contact is selected

parent 7ab60884
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ abstract class QkAdapter<T> : RecyclerView.Adapter<QkViewHolder>() {
            val diff = DiffUtil.calculateDiff(getDiffUtilCallback(field, value))
            field = value
            diff.dispatchUpdatesTo(this)
            onDatasetChanged()

            emptyView?.setVisible(value.isEmpty())
        }