mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Correctly cancel network calls in catalyst instance destroy
Reviewed By: bestander Differential Revision: D3358458 fbshipit-source-id: 69ee83ba33b02d21310030a457c6378f67e168f9
This commit is contained in:
committed by
Facebook Github Bot 2
parent
5571794035
commit
7914d3334d
@@ -32,8 +32,4 @@ public class OkHttpCallUtil {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static void cancelAll(OkHttpClient client) {
|
||||
client.dispatcher().cancelAll();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user