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

Commit 1dbc6cf

Browse files
MortimerGorobluemarvin
authored andcommitted
Fix crash in UIDialog releaseWidget (#1316)
1 parent 40dfe0e commit 1dbc6cf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ private void initialize() {
2929

3030
@Override
3131
public void releaseWidget() {
32-
super.releaseWidget();
3332
mWidgetManager.removeFocusChangeListener(this);
33+
super.releaseWidget();
3434
}
3535

3636
@Override

0 commit comments

Comments
 (0)