This commit is contained in:
kunfei
2022-10-24 08:08:42 +08:00
parent efe8a1b6df
commit 167c73a526
@@ -15,9 +15,6 @@ class TxtTocRuleViewModel(app: Application) : BaseViewModel(app) {
fun save(txtTocRule: TxtTocRule) {
execute {
if (txtTocRule.serialNumber < 0) {
txtTocRule.serialNumber = appDb.txtTocRuleDao.maxOrder + 1
}
appDb.txtTocRuleDao.insert(txtTocRule)
}
}