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 7, 2024
1 parent 8df4bcb commit 3175cce
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 3175cce

Please sign in to comment.