pull/37/head
kunfei 5 years ago
parent 8ee85510c5
commit 8906dd3e82
  1. 1
      app/src/main/java/io/legado/app/help/storage/Restore.kt

@ -76,6 +76,7 @@ object Restore {
File(App.INSTANCE.filesDir.absolutePath + File.separator + ReadBookConfig.readConfigFileName)
if (file.exists()) {
file.copyTo(configFile, true)
ReadBookConfig.upConfig()
}
} catch (e: Exception) {
e.printStackTrace()

Loading…
Cancel
Save