We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173aef8 commit 5a79223Copy full SHA for 5a79223
src/dialogs/dialogs.android.ts
@@ -229,7 +229,7 @@ function prepareAndCreateAlertDialog(
229
const view = (builder as any)._currentModalCustomView as View;
230
const context = options.context || {};
231
context.closeCallback = function (...originalArgs) {
232
- onDone(originalArgs);
+ onDone(originalArgs, dlg);
233
// if (callback) {
234
// callback.apply(this, originalArgs);
235
// }
0 commit comments