mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
remove TODO
This commit is contained in:
@@ -372,7 +372,6 @@ namespace CodePush.ReactNative
|
||||
}
|
||||
}
|
||||
|
||||
// TODO get rid of this
|
||||
private CodePushModule codePush;
|
||||
|
||||
public CodePushNativeModule(ReactContext reactContext, CodePushModule codePush) : base(reactContext)
|
||||
|
||||
@@ -10,7 +10,6 @@ namespace CodePush.ReactNative
|
||||
{
|
||||
// TODO: Generate binary hash
|
||||
// private static readonly String CODE_PUSH_HASH_FILE_NAME = "CodePushHash.json";
|
||||
|
||||
public async static Task CopyNecessaryFilesFromCurrentPackage(StorageFile diffManifestFile, StorageFolder currentPackageFolder, StorageFolder newPackageFolder)
|
||||
{
|
||||
await FileUtils.MergeDirectories(currentPackageFolder, newPackageFolder);
|
||||
|
||||
Reference in New Issue
Block a user