|  |  |  | @ -91,7 +91,7 @@ class _ChatHomeState extends State<ChatHome> { | 
		
	
		
			
				|  |  |  |  |             child: Row( | 
		
	
		
			
				|  |  |  |  |               children: <Widget>[ | 
		
	
		
			
				|  |  |  |  |                 myTab(LocaleKeys.mychats.tr(), 0), | 
		
	
		
			
				|  |  |  |  |                 myTab(LocaleKeys.group.tr(), 1), | 
		
	
		
			
				|  |  |  |  |                 // myTab(LocaleKeys.group.tr(), 1), | 
		
	
		
			
				|  |  |  |  |                 myTab(LocaleKeys.favorite.tr(), 2), | 
		
	
		
			
				|  |  |  |  |                 AppState().getempStatusIsManager ? myTab(LocaleKeys.myTeam.tr(), 3) : const SizedBox(), | 
		
	
		
			
				|  |  |  |  |               ], | 
		
	
	
		
			
				
					|  |  |  | @ -107,7 +107,7 @@ class _ChatHomeState extends State<ChatHome> { | 
		
	
		
			
				|  |  |  |  |             }, | 
		
	
		
			
				|  |  |  |  |             children: <Widget>[ | 
		
	
		
			
				|  |  |  |  |               ChatHomeScreen(), | 
		
	
		
			
				|  |  |  |  |               GropChatHomeScreen(), | 
		
	
		
			
				|  |  |  |  |               // GropChatHomeScreen(), | 
		
	
		
			
				|  |  |  |  |               ChatFavoriteUsersScreen(), | 
		
	
		
			
				|  |  |  |  |               AppState().getempStatusIsManager ? const MyTeamScreen() : const SizedBox(), | 
		
	
		
			
				|  |  |  |  |             ], | 
		
	
	
		
			
				
					|  |  |  | 
 |