mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -145,7 +145,7 @@ class ExploreShowActivity : VMBaseActivity<ActivityExploreShowBinding, ExploreSh
|
||||
val start = editStart.text
|
||||
.runCatching {
|
||||
toString().toInt()
|
||||
}.getOrDefault(0)
|
||||
}.getOrDefault(1)
|
||||
val end = editEnd.text
|
||||
.runCatching {
|
||||
toString().toInt()
|
||||
|
||||
Reference in New Issue
Block a user