Skip to content

Commit a2bb609

Browse files
Correction edge to edge si on passe de landscape à portrait (#1244)
* fix edge to edge * force workflows
1 parent e9ac91b commit a2bb609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ui/core/ui/base_scaffold.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ class _BaseScaffoldState extends State<BaseScaffold> {
101101
);
102102

103103
Widget bodyPortraitMode() {
104+
SystemChrome.setEnabledSystemUIMode(SystemUiMode.edgeToEdge);
105+
104106
return SafeArea(
105107
top: false,
106108
bottom: widget._safeArea,

0 commit comments

Comments
 (0)