diff --git a/app/src/main/java/foundation/e/apps/ui/search/SearchFragment.kt b/app/src/main/java/foundation/e/apps/ui/search/SearchFragment.kt index 094f3dabb0f7903403d92dd43d000d981ba6dc49..457704aac9a3a429c4ceec451e23fbe86cb9438e 100644 --- a/app/src/main/java/foundation/e/apps/ui/search/SearchFragment.kt +++ b/app/src/main/java/foundation/e/apps/ui/search/SearchFragment.kt @@ -189,6 +189,7 @@ class SearchFragment : } updateSearchResult(listAdapter, apps ?: emptyList()) observeScrollOfSearchResult(listAdapter) + scrollToTop() } } @@ -231,7 +232,15 @@ class SearchFragment : showData() listAdapter?.submitList(filteredApps) + } + + private fun showData() { + stopLoadingUI() + noAppsFoundLayout?.visibility = View.GONE + searchHintLayout?.visibility = View.GONE + } + private fun scrollToTop() { // Scroll to the top with some delays so that the recycler view has the time // to process the new results recyclerView?.postDelayed( @@ -240,12 +249,6 @@ class SearchFragment : ) } - private fun showData() { - stopLoadingUI() - noAppsFoundLayout?.visibility = View.GONE - searchHintLayout?.visibility = View.GONE - } - private fun setupSearchResult(view: View): ApplicationListRVAdapter? { val listAdapter = findNavController().currentDestination?.id?.let { ApplicationListRVAdapter(