Fix layout

This commit is contained in:
2025-01-23 23:23:18 +08:00
parent 23205c518d
commit de51b66d39
3 changed files with 16 additions and 10 deletions

View File

@@ -229,7 +229,10 @@ class _SettingsPageState extends State<SettingsPage> implements PopEntry {
child: child,
);
},
child: buildRight(),
child: Material(
key: ValueKey(currentPage),
child: buildRight(),
),
),
),
)