diff --git a/lib/ui/routes/home_route.dart b/lib/ui/routes/home_route.dart index 2b63ddf..3ee3c57 100644 --- a/lib/ui/routes/home_route.dart +++ b/lib/ui/routes/home_route.dart @@ -78,6 +78,9 @@ class _HomeRouteState extends State { return WillPopScope( onWillPop: _willPop, child: Scaffold( + appBar: AppBar( + title: _buildNavigationBarItems()[_currTab].title, + ), body: SafeArea( child: _buildBody(context), ),