mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-10-30 17:54:57 +00:00 
			
		
		
		
	Show banner on Forez main route
This commit is contained in:
		| @@ -9,6 +9,7 @@ import 'package:comunic/ui/routes/main_route/page_info.dart'; | ||||
| import 'package:comunic/ui/screens/conversations_list_screen.dart'; | ||||
| import 'package:comunic/ui/screens/group_sections/forez_presence_section.dart'; | ||||
| import 'package:comunic/ui/screens/group_sections/group_posts_section.dart'; | ||||
| import 'package:comunic/ui/widgets/banner_widget.dart'; | ||||
| import 'package:comunic/ui/widgets/safe_state.dart'; | ||||
| import 'package:comunic/ui/widgets/status_widget.dart'; | ||||
| import 'package:comunic/ui/widgets/tab_transition_widget.dart'; | ||||
| @@ -115,7 +116,12 @@ class _ForezRouteBodyState extends SafeState<ForezRouteBody> { | ||||
|           actions: <Widget>[_buildPopupMenuButton()], | ||||
|           bottom: TabBar(tabs: _tabs), | ||||
|         ), | ||||
|         body: TabBarView(children: _tabsPages), | ||||
|         body: Column( | ||||
|           children: [ | ||||
|             BannerWidget(), | ||||
|             Expanded(child: TabBarView(children: _tabsPages)), | ||||
|           ], | ||||
|         ), | ||||
|       ), | ||||
|     ); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user