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

Commit ad77618

Browse files
keianhzobluemarvin
authored andcommitted
Remove dialog from stack when released (#2707)
1 parent f9c92a2 commit ad77618

File tree

1 file changed

+1
-0
lines changed
  • app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/dialogs

1 file changed

+1
-0
lines changed

app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/dialogs/UIDialog.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ private void initialize() {
3434
@Override
3535
public void releaseWidget() {
3636
mWidgetManager.removeWorldClickListener(this);
37+
mDialogs.remove(this);
3738
super.releaseWidget();
3839
}
3940

0 commit comments

Comments
 (0)