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

Commit 7406b135 authored by Nishant D's avatar Nishant D Committed by Sayantan Roychowdhury
Browse files

Fix search loading issue when switching screen

parent 3405dc01
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())