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

Commit 75cbfb3d authored by Jonathan Klee's avatar Jonathan Klee Committed by Sayantan Roychowdhury
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent d0caadb0
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -122,8 +122,7 @@ class SearchFragment :
                showData()
                return@observe
            }
            if (currentQuery.isNotEmpty())
                searchText = currentQuery
            if (currentQuery.isNotEmpty()) searchText = currentQuery

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