datetimepicker
datetimepicker copied to clipboard
How could I trap the back button being pressed whilst the date picker is displayed?
Tried to catch this, and it's not really working out. Is it even possible?
I can't see a setOnCancelListener
There isn't anything to be call on dismiss. You can add it using https://developer.android.com/reference/android/app/DialogFragment.html#onDismiss(android.content.DialogInterface) and then just pull a request ;)