mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-13 04:40:13 +08:00
@@ -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/loading_widget/http_error.dart';
|
||||
import 'package:PiliPlus/common/widgets/view_sliver_safe_area.dart';
|
||||
import 'package:PiliPlus/http/loading_state.dart';
|
||||
@@ -27,7 +26,7 @@ class _SubPageState extends State<SubPage> with GridMixin {
|
||||
appBar: AppBar(title: const Text('我的订阅')),
|
||||
body: refreshIndicator(
|
||||
onRefresh: _subController.onRefresh,
|
||||
child: customScrollView(
|
||||
child: CustomScrollView(
|
||||
physics: const AlwaysScrollableScrollPhysics(),
|
||||
slivers: [
|
||||
ViewSliverSafeArea(
|
||||
|
||||
Reference in New Issue
Block a user