Skip to content

Commit 62c642b

Browse files
Inuth0603marcnause
authored andcommitted
fix: Remove explicit resizeToAvoidBottomInset: false in CommonScaffold
1 parent 625ee59 commit 62c642b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/view/widgets/common_scaffold_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class _CommonScaffoldState extends State<CommonScaffold> {
4545
Widget build(BuildContext context) {
4646
return Scaffold(
4747
backgroundColor: scaffoldBackgroundColor,
48-
resizeToAvoidBottomInset: false,
48+
resizeToAvoidBottomInset: true,
4949
appBar: AppBar(
5050
systemOverlayStyle: SystemUiOverlayStyle(
5151
statusBarColor: appBarColor,

0 commit comments

Comments
 (0)