feat: add back button from settings not from profile
This commit is contained in:
parent
270228012d
commit
afacd192d2
@ -150,6 +150,7 @@ class _ProfilePageState extends State<ProfilePage> {
|
||||
preferredSize: Size.fromHeight(1),
|
||||
child: Container(height: 1, color: Colors.grey[200]),
|
||||
),
|
||||
automaticallyImplyLeading: false,
|
||||
),
|
||||
body: SingleChildScrollView(
|
||||
child: Column(
|
||||
@ -493,7 +494,6 @@ class _SettingsPageState extends State<SettingsPage> {
|
||||
preferredSize: Size.fromHeight(1),
|
||||
child: Container(height: 1, color: Colors.grey[200]),
|
||||
),
|
||||
automaticallyImplyLeading: false,
|
||||
),
|
||||
body: Padding(
|
||||
padding: EdgeInsets.all(16),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user