mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
Fixed the problem that some book sources were not edited, but the prompt "尚未保存,是否继续编辑" is displayed when exiting.
This commit is contained in:
@@ -377,7 +377,7 @@ class BookSourceEditActivity :
|
||||
}
|
||||
infoEntities.forEach {
|
||||
when (it.key) {
|
||||
"init" -> bookInfoRule.init = it.value ?: ""
|
||||
"init" -> bookInfoRule.init = it.value
|
||||
"name" -> bookInfoRule.name = viewModel.ruleComplete(it.value, bookInfoRule.init)
|
||||
"author" -> bookInfoRule.author =
|
||||
viewModel.ruleComplete(it.value, bookInfoRule.init)
|
||||
|
||||
Reference in New Issue
Block a user