mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 设置页无法滚动
This commit is contained in:
@@ -21,7 +21,7 @@ class SettingPage extends StatelessWidget {
|
|||||||
style: Theme.of(context).textTheme.titleMedium,
|
style: Theme.of(context).textTheme.titleMedium,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
body: Column(
|
body: ListView(
|
||||||
children: [
|
children: [
|
||||||
ListTile(
|
ListTile(
|
||||||
onTap: () => Get.toNamed('/privacySetting'),
|
onTap: () => Get.toNamed('/privacySetting'),
|
||||||
|
|||||||
Reference in New Issue
Block a user