mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 08:36:17 +08:00
@@ -19,10 +19,7 @@ class HttpError extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return isSliver
|
||||
? SliverToBoxAdapter(child: content(context))
|
||||
: SizedBox(
|
||||
width: double.infinity,
|
||||
child: content(context),
|
||||
);
|
||||
: content(context);
|
||||
}
|
||||
|
||||
Widget content(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user