Skip to content

Commit

Permalink
Some minors renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed Jun 13, 2024
1 parent 19dc785 commit 3c484df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ class MoveFragment : MenuFoldersFragment() {
}

private fun observeSearchResults() {
moveViewModel.filterResults.observe(viewLifecycleOwner) { folders ->
searchResultsAdapter.setFolders(folders, currentFolderId)
moveViewModel.filterResults.observe(viewLifecycleOwner) { filteredFolders ->
searchResultsAdapter.setFolders(filteredFolders, currentFolderId)
}
}
}

0 comments on commit 3c484df

Please sign in to comment.