F0RIS/sweet-alert-dialog

dismissWithAnimation issue

davo417 opened this issue · 1 comments

When I create a dialog instance and call .dismissWithAnimation() the dialog goes useless. If I call .show() again on it does not appear, just got black overlay on the screen. I think this is product of the out animation, in the dismissWithAnimation impl the alpha animation is set on the child view and that alpha never goes back to 1.0f.

F0RIS commented

Probably it wasn't designed to call show after dismissing