-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Milestone
Description
Add a helper method to allow the creator of a dialog to run some code when the dialog is dismissed.
-
ColorPicker
ColorPickerDialog .Builder(requireActivity()) .setDismissListener { // Proposed method // Handle Dismiss Event } .show()
-
MaterialColorPicker
MaterialColorPickerDialog .Builder(this) .setDismissListener { // Proposed method // Handle Dismiss Event } .show()
Credit: @Surendar7 #12
Metadata
Metadata
Assignees
Labels
No labels