Fixes a case where `callback` was called twice when something went wrong in the `cp` operation, leading to a `java.lang.RuntimeException: Illegal callback invocation from native module. This callback type only permits a single invocation from native code.`
This is the same fix [as seen in the original repo](https://github.com/wkh237/react-native-fetch-blob/pull/408).