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,7 +1,6 @@
import 'package:PiliPlus/common/skeleton/video_card_v.dart';
import 'package:PiliPlus/common/style.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/common/widgets/self_sized_horizontal_list.dart';
import 'package:PiliPlus/http/loading_state.dart';
@@ -48,7 +47,7 @@ class _LiveAreaChildPageState extends State<LiveAreaChildPage>
final ThemeData theme = Theme.of(context);
return refreshIndicator(
onRefresh: _controller.onRefresh,
child: customScrollView(
child: CustomScrollView(
controller: _controller.scrollController,
physics: const AlwaysScrollableScrollPhysics(),
slivers: [