File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
lib/user_content/reporting/view Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -122,14 +122,14 @@ class _ReportContentBottomSheetState extends State<ReportContentBottomSheet> {
122122 final textTheme = theme.textTheme;
123123 final reasons = _getReasons (l10n);
124124
125- return SafeArea (
126- child : Padding (
127- padding : EdgeInsets . fromLTRB (
128- AppSpacing .lg,
129- AppSpacing .lg,
130- AppSpacing .lg,
131- AppSpacing .lg + MediaQuery . of (context).viewInsets.bottom ,
132- ),
125+ return Padding (
126+ padding : EdgeInsets . fromLTRB (
127+ AppSpacing .lg,
128+ AppSpacing .lg,
129+ AppSpacing .lg,
130+ AppSpacing .lg + MediaQuery . of (context).viewInsets.bottom ,
131+ ) ,
132+ child : SafeArea (
133133 child: SingleChildScrollView (
134134 child: Column (
135135 mainAxisSize: MainAxisSize .min,
You can’t perform that action at this time.
0 commit comments