mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-07-15 22:38:04 +00:00
Can sign out of the application
This commit is contained in:
lib
helpers
ui
@ -1,3 +1,4 @@
|
||||
import 'package:comunic/ui/screens/menus_screen.dart';
|
||||
import 'package:comunic/ui/tiles/CustomBottomNavigationBarItem.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
@ -50,7 +51,7 @@ class _HomeRouteState extends State<HomeRoute> {
|
||||
return Text("Conversations");
|
||||
|
||||
case 1:
|
||||
return Text("Menu");
|
||||
return MenuScreen();
|
||||
|
||||
default:
|
||||
throw "Invalid tab number : " + _currTab.toString();
|
||||
|
Reference in New Issue
Block a user