mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -7,10 +7,9 @@ Widget blockedItem(
|
||||
BuildContext context, {
|
||||
required ThemeData theme,
|
||||
required ModuleBlocked blocked,
|
||||
required double maxWidth,
|
||||
}) {
|
||||
return Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 13, vertical: 1),
|
||||
child: moduleBlockedItem(context, theme, blocked, maxWidth - 26),
|
||||
child: moduleBlockedItem(context, theme, blocked),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user