mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-23 02:48:12 +00:00
Synchronized to notifyProblem in ResultCollector
This commit is contained in:
parent
7e2898940c
commit
20dadc178b
@ -66,7 +66,7 @@ public class ResultCollector {
|
||||
resultSent = true;
|
||||
}
|
||||
|
||||
public void notifyProblem(String code, Throwable throwable) {
|
||||
public synchronized void notifyProblem(String code, Throwable throwable) {
|
||||
if (resultSent) {
|
||||
Log.w("image-crop-picker", "Skipping result, already sent...");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user