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;
|
(archiveState.value as Success).response;
|
||||||
currentList.addAll(vlist!);
|
currentList.addAll(vlist!);
|
||||||
if (currentList.length >= archiveCount.value) {
|
if (currentList.length >= archiveCount.value) {
|
||||||
isEndDynamic = true;
|
isEndArchive = true;
|
||||||
}
|
}
|
||||||
archiveState.refresh();
|
archiveState.refresh();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -140,6 +140,7 @@ class _MediaListPanelState
|
|||||||
// physics: const PositionRetainedScrollPhysics(
|
// physics: const PositionRetainedScrollPhysics(
|
||||||
// parent: ClampingScrollPhysics(),
|
// parent: ClampingScrollPhysics(),
|
||||||
// ),
|
// ),
|
||||||
|
physics: const AlwaysScrollableScrollPhysics(),
|
||||||
itemCount: widget.mediaList.length,
|
itemCount: widget.mediaList.length,
|
||||||
padding: EdgeInsets.only(
|
padding: EdgeInsets.only(
|
||||||
top: 7,
|
top: 7,
|
||||||
|
|||||||
Reference in New Issue
Block a user