Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Jeremy, is this still an issue? I think the problem was that you had two transitions targeting the same View for the same action (e.g. two Slide() transitions).
Description
Version used: 1.0.0-alpha04
When dismissing a DialogFragment by using getDialog().dismiss() or getDialog().cancel(), you get two callbacks to onDismiss(), rather than just one.