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

Commit 225cd519 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '2998-u-fix-scroll-up' into 'main'

Update recycler view adapter with setData()

See merge request !546
parents 5f07c07e 876e794c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ class SearchFragment :
        }

        showData()
        listAdapter?.submitList(filteredApps)
        listAdapter?.setData(filteredApps)
    }

    private fun showData() {