mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 13:23:12 +08:00 
			
		
		
		
	bugfix
This commit is contained in:
		| @@ -63,7 +63,7 @@ public class UpdateContext { | ||||
|  | ||||
|     public void downloadPatchFromPpk(String url, String hashName, String originHashName, DownloadFileListener listener) { | ||||
|         DownloadTaskParams params = new DownloadTaskParams(); | ||||
|         params.type = DownloadTaskParams.TASK_TYPE_PATCH_FROM_APK; | ||||
|         params.type = DownloadTaskParams.TASK_TYPE_PATCH_FROM_PPK; | ||||
|         params.url = url; | ||||
|         params.hash = hashName; | ||||
|         params.originHash = originHashName; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 tdzl2003
					tdzl2003