mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 16:48:16 +08:00
@@ -58,7 +58,7 @@ class _UpowerRankPageState extends State<UpowerRankPage>
|
||||
SliverPadding(
|
||||
padding: EdgeInsets.only(bottom: padding.bottom + 100),
|
||||
sliver: Obx(
|
||||
() => _bilidBody(theme, _controller.loadingState.value),
|
||||
() => _buildBody(theme, _controller.loadingState.value),
|
||||
),
|
||||
),
|
||||
],
|
||||
@@ -169,7 +169,7 @@ class _UpowerRankPageState extends State<UpowerRankPage>
|
||||
}
|
||||
}
|
||||
|
||||
Widget _bilidBody(
|
||||
Widget _buildBody(
|
||||
ThemeData theme,
|
||||
LoadingState<List<UpowerRankInfo>?> loadingState,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user