🐛 Fix settings page overflow
This commit is contained in:
parent
43fae51462
commit
ad1c188982
@ -34,7 +34,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
||||
centerTitle: MediaQuery.of(context).size.width >= 720,
|
||||
),
|
||||
body: CenteredContainer(
|
||||
child: Column(
|
||||
child: ListView(
|
||||
children: [
|
||||
Obx(() {
|
||||
if (_authenticate.auth.value == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user