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

Commit deb7442c authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'issue-129' into 'master'

Fix behavior of Search request

See merge request e/apps/apps!26
parents ac181e72 1a8652c1
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -151,6 +151,7 @@ class SearchFragment : Fragment(), SearchView.OnQueryTextListener, SearchView.On
        searchViewModel.getScreenError().observe(this, Observer {
            if (it != null) {
                if (!isLoadingMoreApplications) {
                    applicationList.clear()
                    errorDescription.text = activity!!.getString(it.description)
                    errorContainer.visibility = View.VISIBLE
                    progressBar.visibility = View.GONE