mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-11-03 11:44:18 +00:00
Get and show the list of conversations
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:comunic/ui/screens/conversations_screen.dart';
|
||||
import 'package:comunic/ui/screens/menus_screen.dart';
|
||||
import 'package:comunic/ui/tiles/CustomBottomNavigationBarItem.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
@@ -48,7 +49,7 @@ class _HomeRouteState extends State<HomeRoute> {
|
||||
Widget _buildBody(BuildContext context) {
|
||||
switch (_currTab) {
|
||||
case 0:
|
||||
return Text("Conversations");
|
||||
return ConversationsScreen();
|
||||
|
||||
case 1:
|
||||
return MenuScreen();
|
||||
|
||||
Reference in New Issue
Block a user