-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
I saw that there is a memory leak in onDialogDismiss().
dialog.dismiss wasn't called and therefore a leak accoured.
Maybe you should add the listener before you start animator?
this is how i create the EasyDialog:
EasyDialog easyDialog = new EasyDialog(mContext.get()). setLocationByAttachedView(viewToAttach). setLayout(easyDialogView). setGravity(toolTip.getDirection()). setMatchParent(false). setAnimationAlphaShow(600, 0.0f, 1.0f). setAnimationAlphaDismiss(600, 1.0f, 0.0f);
I guess it because i am using animation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels