Nicolas Alcina
Results
3
comments of
Nicolas Alcina
Perfect thank you Sorry, got not enough time to watch this, I stayed in ng12 for this time ;)
I found a solution: replace: ``` // TODO NO_RESULT or error callback? PluginResult pluginResult = new PluginResult(PluginResult.Status.NO_RESULT); callback.sendPluginResult(pluginResult); ``` by: `callback.error("File uri was null");`