fix(ui): Useless SafeArea in services migration

This commit is contained in:
Inex Code 2024-08-14 05:15:17 +03:00
parent 1f60b5961c
commit 7be2826a0f

View file

@ -108,7 +108,6 @@ class _ServicesMigrationPageState extends State<ServicesMigrationPage> {
return Scaffold( return Scaffold(
appBar: PreferredSize( appBar: PreferredSize(
preferredSize: appBarHeight, preferredSize: appBarHeight,
child: SafeArea(
child: Column( child: Column(
children: [ children: [
BrandHeader( BrandHeader(
@ -143,7 +142,6 @@ class _ServicesMigrationPageState extends State<ServicesMigrationPage> {
], ],
), ),
), ),
),
body: ListView( body: ListView(
padding: const EdgeInsets.all(16.0), padding: const EdgeInsets.all(16.0),
children: <Widget>[ children: <Widget>[