mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
背景同步
This commit is contained in:
@@ -189,6 +189,10 @@ object Backup {
|
||||
}
|
||||
FileUtils.delete(backupPath)
|
||||
FileUtils.delete(zipFilePath)
|
||||
coroutineContext.ensureActive()
|
||||
appCtx.externalFiles.getFile("bg").listFiles()?.let {
|
||||
AppWebDav.upBgs(it)
|
||||
}
|
||||
}
|
||||
|
||||
private suspend fun writeListToJson(list: List<Any>, fileName: String, path: String) {
|
||||
|
||||
Reference in New Issue
Block a user