Skip to content

Commit

Permalink
fix(android): fix reusing a dialog with a new "parent" window (#11073)
Browse files Browse the repository at this point in the history
Fixes TIMOB-27256
  • Loading branch information
ypbnv authored and sgtcoolguy committed Aug 20, 2019
1 parent 36d79d9 commit 0492a24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ public void onCancel(DialogInterface dlg)
}

dialogWrapper.setDialog(dialog);
builder = null;
this.builder = null;
}

try {
Expand Down

0 comments on commit 0492a24

Please sign in to comment.