fix: 设置页无法滚动

This commit is contained in:
orz12
2024-03-07 20:18:16 +08:00
parent f5ab35488f
commit d15443b063

View File

@@ -21,7 +21,7 @@ class SettingPage extends StatelessWidget {
style: Theme.of(context).textTheme.titleMedium,
),
),
body: Column(
body: ListView(
children: [
ListTile(
onTap: () => Get.toNamed('/privacySetting'),