mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 13:23:12 +08:00 
			
		
		
		
	diff from old ppk file.
This commit is contained in:
		| @@ -230,6 +230,9 @@ class DownloadTask extends AsyncTask<DownloadTaskParams, Void, Void> { | ||||
|                     while( keys.hasNext() ) { | ||||
|                         String to = (String)keys.next(); | ||||
|                         String from = copies.getString(to); | ||||
|                         if (from.isEmpty()) { | ||||
|                             from = to; | ||||
|                         } | ||||
|                         copyFromResource(from, new File(param.unzipDirectory, to)); | ||||
|                     } | ||||
|                     continue; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 tdzl2003
					tdzl2003