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,5 +1,4 @@
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/image/network_img_layer.dart';
import 'package:PiliPlus/common/widgets/loading_widget/http_error.dart';
import 'package:PiliPlus/http/loading_state.dart';
@@ -34,7 +33,7 @@ class _MusicRecommendPageState extends State<MusicRecommendPage>
color: theme.colorScheme.surface,
child: refreshIndicator(
onRefresh: _controller.onRefresh,
child: customScrollView(
child: CustomScrollView(
physics: const AlwaysScrollableScrollPhysics(),
slivers: [
_buildAppBar(theme, padding),