mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix light theme issue
This commit is contained in:
		@@ -495,7 +495,7 @@ class _CallScreenState extends SafeState<CallScreen> {
 | 
			
		||||
                        text: _usersList.getUser(f.userID).displayName + " ",
 | 
			
		||||
                        style: TextStyle(
 | 
			
		||||
                            color: f.status == MemberStatus.JOINED
 | 
			
		||||
                                ? null
 | 
			
		||||
                                ? (darkTheme() ? Colors.white : Colors.black)
 | 
			
		||||
                                : Colors.green)))
 | 
			
		||||
                    .toList())),
 | 
			
		||||
      ),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user