mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -312,12 +312,7 @@ class PageView(context: Context) : FrameLayout(context) {
|
||||
text = textPage.title
|
||||
}
|
||||
}
|
||||
tvPage?.apply {
|
||||
val page = "${index.plus(1)}/$pageSize"
|
||||
if (text != page) {
|
||||
text = page
|
||||
}
|
||||
}
|
||||
tvPage?.text = "${index.plus(1)}/$pageSize"
|
||||
val readProgress = readProgress
|
||||
tvTotalProgress?.apply {
|
||||
if (text != readProgress) {
|
||||
|
||||
Reference in New Issue
Block a user