Skip to content

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 f9c92a2 commit ad77618
Showing 1 changed file with 1 addition and 0 deletions.
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 ad77618

Please sign in to comment.