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(
 | 
					    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),
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user