mirror of
				https://github.com/fabianonline/telegram_backup.git
				synced 2025-10-30 07:19:21 +00:00 
			
		
		
		
	Update DocumentFileManager.kt
This commit is contained in:
		| @@ -99,7 +99,7 @@ open class DocumentFileManager(msg: TLMessage, user: UserManager, client: Telegr | ||||
| 	@Throws(RpcErrorException::class, IOException::class, TimeoutException::class) | ||||
| 	override fun download() { | ||||
| 		if (doc != null) { | ||||
| 			DownloadManager.downloadFile(targetPathAndFilename, size, doc!!.getDcId(), doc!!.getId(), doc!!.getAccessHash()) | ||||
| 			DownloadManager.downloadFile(targetPathAndFilename, size, doc!!.getDcId(), doc!!.getId(), doc!!.getAccessHash(), doc!!.getVersion()) | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user