Disable resizing when using keyboard
This commit is contained in:
@@ -47,6 +47,7 @@ class _CreateGroupViewState extends State<CreateGroupView> {
|
||||
final loc = AppLocalizations.of(context);
|
||||
return ScaffoldMessenger(
|
||||
child: Scaffold(
|
||||
resizeToAvoidBottomInset: false,
|
||||
backgroundColor: CustomTheme.backgroundColor,
|
||||
appBar: AppBar(title: Text(loc.create_new_group)),
|
||||
body: SafeArea(
|
||||
|
||||
Reference in New Issue
Block a user