mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -434,7 +434,8 @@ class _VideoReplyReplyPanelState
|
|||||||
|
|
||||||
Widget _buildBody(LoadingState loadingState, int index) {
|
Widget _buildBody(LoadingState loadingState, int index) {
|
||||||
return switch (loadingState) {
|
return switch (loadingState) {
|
||||||
Loading() => CustomScrollView(
|
Loading() => IgnorePointer(
|
||||||
|
child: CustomScrollView(
|
||||||
shrinkWrap: true,
|
shrinkWrap: true,
|
||||||
physics: const NeverScrollableScrollPhysics(),
|
physics: const NeverScrollableScrollPhysics(),
|
||||||
slivers: [
|
slivers: [
|
||||||
@@ -448,6 +449,7 @@ class _VideoReplyReplyPanelState
|
|||||||
)
|
)
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
),
|
||||||
Success() => () {
|
Success() => () {
|
||||||
if (index == loadingState.response.length) {
|
if (index == loadingState.response.length) {
|
||||||
_videoReplyReplyController.onLoadMore();
|
_videoReplyReplyController.onLoadMore();
|
||||||
|
|||||||
Reference in New Issue
Block a user