优化
This commit is contained in:
@@ -15,9 +15,6 @@ class TxtTocRuleViewModel(app: Application) : BaseViewModel(app) {
|
|||||||
|
|
||||||
fun save(txtTocRule: TxtTocRule) {
|
fun save(txtTocRule: TxtTocRule) {
|
||||||
execute {
|
execute {
|
||||||
if (txtTocRule.serialNumber < 0) {
|
|
||||||
txtTocRule.serialNumber = appDb.txtTocRuleDao.maxOrder + 1
|
|
||||||
}
|
|
||||||
appDb.txtTocRuleDao.insert(txtTocRule)
|
appDb.txtTocRuleDao.insert(txtTocRule)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user