mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
Fix layout
This commit is contained in:
@@ -229,7 +229,10 @@ class _SettingsPageState extends State<SettingsPage> implements PopEntry {
|
||||
child: child,
|
||||
);
|
||||
},
|
||||
child: buildRight(),
|
||||
child: Material(
|
||||
key: ValueKey(currentPage),
|
||||
child: buildRight(),
|
||||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user