diff --git a/lib/presentation/rootapp.dart b/lib/presentation/rootapp.dart index 1538d6a..1949d1b 100644 --- a/lib/presentation/rootapp.dart +++ b/lib/presentation/rootapp.dart @@ -22,7 +22,7 @@ class _RootAppState extends State { return Scaffold( // extendBody: true, // for notch, but makes some elements invisible backgroundColor: background, - appBar: getAppBar(), + // appBar: getAppBar(), body: getBody(), bottomNavigationBar: getFooter(), floatingActionButton: FloatingActionButton(