Skip to content

Commit

Permalink
fix(android): fix reusing a dialog with a new "parent" window (#11156)
Browse files Browse the repository at this point in the history
(cherry picked from commit 62a46fb)
  • Loading branch information
ypbnv authored and ssekhri committed Aug 19, 2019
1 parent a57701d commit a8d06c3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -347,7 +347,7 @@ public void onCancel(DialogInterface dlg)
}

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

try {
Expand Down

0 comments on commit a8d06c3

Please sign in to comment.