Skip to content

Commit

Permalink
uses create()
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Feb 10, 2024
1 parent 48788fa commit 5eff5f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class DeckPickerAnalyticsOptInDialog : AnalyticsDialogFragment() {
}
cancelable(true)
setOnCancelListener { (activity as DeckPicker).dismissAllDialogFragments() }
}.show()
}.create()
}

companion object {
Expand Down

0 comments on commit 5eff5f6

Please sign in to comment.