You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fileChooser.open invoked with both success and error callbacks and the user clicks back the file choose is closed but none of the callbacks are invoked
The text was updated successfully, but these errors were encountered:
// TODO NO_RESULT or error callback?
PluginResult pluginResult = new PluginResult(PluginResult.Status.NO_RESULT);
callback.sendPluginResult(pluginResult);
When fileChooser.open invoked with both success and error callbacks and the user clicks back the file choose is closed but none of the callbacks are invoked
The text was updated successfully, but these errors were encountered: