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