Skip to content

Commit

Permalink
Fix crash in UIDialog releaseWidget (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and bluemarvin committed Jun 12, 2019
1 parent 40dfe0e commit 1dbc6cf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,8 +29,8 @@ private void initialize() {

@Override
public void releaseWidget() {
super.releaseWidget();
mWidgetManager.removeFocusChangeListener(this);
super.releaseWidget();
}

@Override
Expand Down

0 comments on commit 1dbc6cf

Please sign in to comment.