mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-03-11 17:24:09 +00:00
fix(ui): Useless SafeArea in services migration
This commit is contained in:
parent
1f60b5961c
commit
7be2826a0f
1 changed files with 28 additions and 30 deletions
|
@ -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>[
|
||||||
|
|
Loading…
Add table
Reference in a new issue