mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-29 23:05:55 +08:00
@@ -504,7 +504,7 @@ class _MediaPageState extends CommonPageState<MinePage, MineController>
|
||||
) {
|
||||
return switch (loadingState) {
|
||||
Loading() => const SizedBox.shrink(),
|
||||
Success(:var response) => Builder(
|
||||
Success(:final response) => Builder(
|
||||
builder: (context) {
|
||||
List<FavFolderInfo>? favFolderList = response.list;
|
||||
if (favFolderList == null || favFolderList.isEmpty) {
|
||||
@@ -564,7 +564,7 @@ class _MediaPageState extends CommonPageState<MinePage, MineController>
|
||||
);
|
||||
},
|
||||
),
|
||||
Error(:var errMsg) => SizedBox(
|
||||
Error(:final errMsg) => SizedBox(
|
||||
height: 160,
|
||||
child: Center(
|
||||
child: Text(
|
||||
|
||||
Reference in New Issue
Block a user