mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -44,7 +44,7 @@ class MemberVideoCtr
|
||||
bool? hasPrev;
|
||||
|
||||
@override
|
||||
Future onRefresh() async {
|
||||
Future<void> onRefresh() async {
|
||||
if (isLocating == true) {
|
||||
if (hasPrev == true) {
|
||||
isLoadPrevious = true;
|
||||
@@ -220,7 +220,7 @@ class MemberVideoCtr
|
||||
}
|
||||
|
||||
@override
|
||||
Future onReload() {
|
||||
Future<void> onReload() {
|
||||
isLocating = null;
|
||||
return super.onReload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user