Revert "opt scroll view"

This reverts commit f9441db232.
This commit is contained in:
dom
2026-04-20 11:59:31 +08:00
parent 91936a9f44
commit 44b7cced09
121 changed files with 126 additions and 4536 deletions

View File

@@ -1,6 +1,5 @@
import 'package:PiliPlus/common/widgets/dialog/dialog.dart';
import 'package:PiliPlus/common/widgets/flutter/refresh_indicator.dart';
import 'package:PiliPlus/common/widgets/flutter/scroll_view/scroll_view.dart';
import 'package:PiliPlus/common/widgets/loading_widget/http_error.dart';
import 'package:PiliPlus/http/loading_state.dart';
import 'package:PiliPlus/models_new/space/space_cheese/item.dart';
@@ -30,7 +29,7 @@ class _FavCheesePageState extends State<FavCheesePage>
final ThemeData theme = Theme.of(context);
return refreshIndicator(
onRefresh: _controller.onRefresh,
child: customScrollView(
child: CustomScrollView(
controller: _controller.scrollController,
physics: const AlwaysScrollableScrollPhysics(),
slivers: [