Skip to content

Commit

Permalink
Dismiss bottom sheet when url is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeMucientes committed Oct 3, 2024
1 parent 687f52e commit 7b6ab39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ class BlazeCampaignSuccessBottomSheetFragment : WCBottomSheetDialogFragment() {
properties = mapOf("satisfied" to isPositive)
)
ChromeCustomTabUtils.launchUrl(requireContext(), BLAZE_CAMPAIGN_CREATION_SURVEY_URL_I1)
dismiss()
}
}

0 comments on commit 7b6ab39

Please sign in to comment.