mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
make GetBundleUrl non-static
This commit is contained in:
@@ -98,12 +98,12 @@ namespace ReactNative.CodePush
|
||||
return fileProperties.DateModified.ToUnixTimeMilliseconds();
|
||||
}
|
||||
|
||||
public static string GetBundleUrl()
|
||||
public string GetBundleUrl()
|
||||
{
|
||||
return GetBundleUrl(DEFAULT_JS_BUNDLE_NAME);
|
||||
}
|
||||
|
||||
public static string GetBundleUrl(string assetsBundleFileName)
|
||||
public string GetBundleUrl(string assetsBundleFileName)
|
||||
{
|
||||
if (currentInstance == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user