Skip to content

Commit

Permalink
Update app/src/main/java/com/infomaniak/mail/ui/main/search/SearchFra…
Browse files Browse the repository at this point in the history
…gment.kt

Co-authored-by: Kevin Boulongne <1788629+KevinBoulongne@users.noreply.github.com>
  • Loading branch information
NicolasBourdin88 and KevinBoulongne committed May 14, 2024
1 parent e55db78 commit 39b244d
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 : TwoPaneFragment() {
private fun onFolderSelected(folder: Folder?, title: String) {
updateFolderDropDownUi(folder, title)
searchViewModel.selectFolder(folder)
return trackSearchEvent(ThreadFilter.FOLDER.matomoValue, folder != null)
trackSearchEvent(ThreadFilter.FOLDER.matomoValue, folder != null)
}

private fun updateFolderDropDownUi(folder: Folder?, title: String) = with(binding) {
Expand Down

0 comments on commit 39b244d

Please sign in to comment.