Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Remove dialog from stack when released (#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Jan 27, 2020
1 parent cb804e2 commit d3d21e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ private void initialize() {
@Override
public void releaseWidget() {
mWidgetManager.removeWorldClickListener(this);
mDialogs.remove(this);
super.releaseWidget();
}

Expand Down

0 comments on commit d3d21e6

Please sign in to comment.