mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -86,7 +86,7 @@ class _SeasonPanelState extends State<SeasonPanel> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
if (episodes.isEmpty) {
|
||||
return const SizedBox();
|
||||
return const SizedBox.shrink();
|
||||
}
|
||||
return Builder(builder: (BuildContext context) {
|
||||
return Container(
|
||||
|
||||
Reference in New Issue
Block a user