mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: search arc
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -156,7 +156,7 @@ class MemberSearchController extends GetxController
|
||||
(archiveState.value as Success).response;
|
||||
currentList.addAll(vlist!);
|
||||
if (currentList.length >= archiveCount.value) {
|
||||
isEndDynamic = true;
|
||||
isEndArchive = true;
|
||||
}
|
||||
archiveState.refresh();
|
||||
}
|
||||
|
||||
@@ -140,6 +140,7 @@ class _MediaListPanelState
|
||||
// physics: const PositionRetainedScrollPhysics(
|
||||
// parent: ClampingScrollPhysics(),
|
||||
// ),
|
||||
physics: const AlwaysScrollableScrollPhysics(),
|
||||
itemCount: widget.mediaList.length,
|
||||
padding: EdgeInsets.only(
|
||||
top: 7,
|
||||
|
||||
Reference in New Issue
Block a user