This commit is contained in:
Horis
2023-12-23 23:07:11 +08:00
parent e268d342bc
commit 252d4ee22b
@@ -312,12 +312,7 @@ class PageView(context: Context) : FrameLayout(context) {
text = textPage.title text = textPage.title
} }
} }
tvPage?.apply { tvPage?.text = "${index.plus(1)}/$pageSize"
val page = "${index.plus(1)}/$pageSize"
if (text != page) {
text = page
}
}
val readProgress = readProgress val readProgress = readProgress
tvTotalProgress?.apply { tvTotalProgress?.apply {
if (text != readProgress) { if (text != readProgress) {