MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 36aa4722a3 - Show all commits

View File

@@ -31,7 +31,8 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
@override
Widget build(BuildContext context) {
return Scaffold(
return SafeArea(
child: Scaffold(
appBar: AppBar(
centerTitle: true,
title: Text(
@@ -101,6 +102,7 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
),
),
),
),
);
}