Skip to content

Commit

Permalink
dismiss suggested folder screen when tapping on create folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mebarbosa committed Feb 6, 2025
1 parent cca73b8 commit dbf8666
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class SuggestedFolders : BaseDialogFragment() {
onCreateCustomFolders = {
analyticsTracker.track(AnalyticsEvent.FOLDER_CREATE_SHOWN, mapOf("source" to "suggested_folders"))
FolderCreateFragment().show(parentFragmentManager, "create_folder_card")
dismiss()
},
)
}
Expand Down

0 comments on commit dbf8666

Please sign in to comment.