🐛 Fix settings page overflow

This commit is contained in:
LittleSheep 2024-09-05 00:04:09 +08:00
parent 43fae51462
commit ad1c188982

View File

@ -34,7 +34,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
centerTitle: MediaQuery.of(context).size.width >= 720, centerTitle: MediaQuery.of(context).size.width >= 720,
), ),
body: CenteredContainer( body: CenteredContainer(
child: Column( child: ListView(
children: [ children: [
Obx(() { Obx(() {
if (_authenticate.auth.value == null) { if (_authenticate.auth.value == null) {