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.
2 parents 972f0cf + d276351 commit 1a7c8e1Copy full SHA for 1a7c8e1
android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtilReq.java
@@ -171,6 +171,7 @@ public static void cancelTask(String taskId) {
171
private void invoke_callback(Object... args) {
172
if (this.callbackfired) return;
173
this.callback.invoke(args);
174
+ this.callbackfired = true;
175
}
176
177
private final int QUERY = 1314;
0 commit comments