mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Add an app bar
This commit is contained in:
parent
8d1de2aac8
commit
0b1e579a41
@ -78,6 +78,9 @@ class _HomeRouteState extends State<HomeRoute> {
|
|||||||
return WillPopScope(
|
return WillPopScope(
|
||||||
onWillPop: _willPop,
|
onWillPop: _willPop,
|
||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
|
appBar: AppBar(
|
||||||
|
title: _buildNavigationBarItems()[_currTab].title,
|
||||||
|
),
|
||||||
body: SafeArea(
|
body: SafeArea(
|
||||||
child: _buildBody(context),
|
child: _buildBody(context),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user