mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 11:16:06 +08:00
Remove unused method
Summary: Removes `BundleDownloader#cancelDownloadBundleFromURL` Reviewed By: pakoito Differential Revision: D6900903 fbshipit-source-id: d9297344d6296d79a984aeecb3e014c9ed23a165
This commit is contained in:
committed by
Facebook Github Bot
parent
1019bda930
commit
f88c9d6382
@@ -198,13 +198,6 @@ public class BundleDownloader {
|
||||
});
|
||||
}
|
||||
|
||||
public void cancelDownloadBundleFromURL() {
|
||||
if (mDownloadBundleFromURLCall != null) {
|
||||
mDownloadBundleFromURLCall.cancel();
|
||||
mDownloadBundleFromURLCall = null;
|
||||
}
|
||||
}
|
||||
|
||||
private void processBundleResult(
|
||||
String url,
|
||||
int statusCode,
|
||||
|
||||
Reference in New Issue
Block a user