Skip to content

Commit

Permalink
removed custom appbar
Browse files Browse the repository at this point in the history
  • Loading branch information
gr1nch3 committed Aug 29, 2022
1 parent 441593d commit e577e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/presentation/rootapp.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class _RootAppState extends State<RootApp> {
return Scaffold(
// extendBody: true, // for notch, but makes some elements invisible
backgroundColor: background,
appBar: getAppBar(),
// appBar: getAppBar(),
body: getBody(),
bottomNavigationBar: getFooter(),
floatingActionButton: FloatingActionButton(
Expand Down

0 comments on commit e577e10

Please sign in to comment.