Skip to content

Commit

Permalink
fix: (Search) ApiV3 - Search bar not displayed for the first time
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed May 14, 2024
1 parent e86d707 commit 7187b64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class SearchFragment : FileListFragment() {
}

private fun configureRecentSearches() = with(binding) {
fileListLayout.addView(recentSearchesBinding.root, 1)
fileListLayout.addView(recentSearchesBinding.root, 2)

val recentSearches = UiSettings(requireContext()).recentSearches

Expand Down

0 comments on commit 7187b64

Please sign in to comment.