mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-10 19:03:12 +00:00
fix(ui): Useless SafeArea in services migration
This commit is contained in:
parent
1f60b5961c
commit
7be2826a0f
|
@ -108,7 +108,6 @@ class _ServicesMigrationPageState extends State<ServicesMigrationPage> {
|
|||
return Scaffold(
|
||||
appBar: PreferredSize(
|
||||
preferredSize: appBarHeight,
|
||||
child: SafeArea(
|
||||
child: Column(
|
||||
children: [
|
||||
BrandHeader(
|
||||
|
@ -143,7 +142,6 @@ class _ServicesMigrationPageState extends State<ServicesMigrationPage> {
|
|||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
body: ListView(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
children: <Widget>[
|
||||
|
|
Loading…
Reference in a new issue