mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 09:06:36 +08:00
@@ -27,7 +27,8 @@ class NoteListPageCtr
|
||||
|
||||
@override
|
||||
void checkIsEnd(int length) {
|
||||
if (count.value != -1 && length >= count.value) {
|
||||
final count = this.count.value;
|
||||
if (count != -1 && length >= count) {
|
||||
isEnd = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user