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

Commit 2821eab9 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

Merge branch '1628-lifecycle-search-issue' into 'main'

Fix search loading issue when switching screen

See merge request !387
parents 3405dc01 7406b135
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -123,6 +123,8 @@ class SearchFragment :
                return@observe
            }

            if (currentQuery.isNotEmpty()) searchText = currentQuery

            val applicationListRVAdapter = recyclerView?.adapter as ApplicationListRVAdapter
            applicationListRVAdapter.setData(mutableListOf())