Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
I don't think this is a duplicate actually. This might be a valid bug, I was investigating it anyway while looking at possible ways of supporting arrays.
I'll reopen it for now and take it
I'll reopen it for now and take it
ku...@gmail.com <ku...@gmail.com> #3
This has been fixed internally by https://android-review.googlesource.com/845616 and will be available in 1.0.0-alpha09
jb...@google.com <jb...@google.com> #4
This has been fixed by the PR above, and will be available in Fragment 1.4.0-alpha01
.
jb...@google.com <jb...@google.com> #5
Thank You for the PR!
Description
Component used: Fragment
Version used:
Devices/Android versions reproduced on: any
When using a `DialogFragment`, the `setOnCancelListener` and `setOnDismissListener` callback functions within the `onCreateDialog` function should not be used as the `DialogFragment` owns these callbacks. Instead the respective `onCancel` and `onDismiss` functions on `DialogFragment` can be overriden to achieve the desired effect.
While this is currently called out via a comment on the `onCreateDialog` function, a lint warning might better inform developers of this potential gotcha.