0

Have anyone noticed that after

mDialog.dismiss();

the OnDismissListener is triggered approximately 0.1s later? Do you have any idea how to solve this?

Toochka
  • 894
  • 1
  • 9
  • 25
  • Give it a sec, that's why you have this delay, i don't think it's intentional anyway. – g00dy Sep 04 '13 at 13:25
  • I do not see any delay in mine anyway... – ClaireG Sep 04 '13 at 13:26
  • @g00dy, I still don't like that delay, because if I want to do something after dismiss I get 0.1s lag. – Toochka Sep 04 '13 at 13:29
  • Well, if you share with us why this delay is so bothering for you, then we could help with a workaround, but there isn't any guarantee that the delay next will be even 0.1, it could be 0.2 .. – g00dy Sep 04 '13 at 13:35
  • After I dismiss dialog, I start animation. And that 0.1s lag is **VERY** noticeable – Toochka Sep 04 '13 at 13:58
  • overWrite the onDismiss() method and start the animation in that. – bendaf Aug 21 '15 at 14:51

0 Answers0