Skip to content

Commit

Permalink
hide tooltip when tap out of it
Browse files Browse the repository at this point in the history
  • Loading branch information
mebarbosa committed Feb 7, 2025
1 parent 41e4c2c commit 0f0bbfb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,7 @@ class PodcastFragment : BaseFragment(), Toolbar.OnMenuItemClickListener {
},
onDismissRequest = {
(activity as? FragmentHostListener)?.setFullScreenDarkOverlayViewVisibility(false)
viewModel.hidePodcastRefreshTooltip()
canShowTooltip = false
},
onCloseButtonClick = {
Expand Down

0 comments on commit 0f0bbfb

Please sign in to comment.