mirror of
https://github.com/zhigang1992/react-native-video-cache.git
synced 2026-04-29 03:25:46 +08:00
update return type to string
This commit is contained in:
@@ -22,7 +22,7 @@ public class VideoCacheModule extends ReactContextBaseJavaModule {
|
||||
}
|
||||
|
||||
@ReactMethod(isBlockingSynchronousMethod = true)
|
||||
public void convert(String url) {
|
||||
public String convert(String url) {
|
||||
if (this.proxy == null) {
|
||||
this.proxy = new HttpProxyCacheServer(this.reactContext);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user