mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Fix keyboard pushing the blur effect up
This commit is contained in:
parent
2bce369e66
commit
80bb6b7f80
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ class _HomeState extends State<Home> with TickerProviderStateMixin {
|
||||||
bottomNavigationBar: _buildBottomNavigationBar(context),
|
bottomNavigationBar: _buildBottomNavigationBar(context),
|
||||||
body: Builder(builder: (context) => _buildContent(context)),
|
body: Builder(builder: (context) => _buildContent(context)),
|
||||||
extendBody: true,
|
extendBody: true,
|
||||||
|
resizeToAvoidBottomInset: false,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue