mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: (hopefully) unread bubbles on iOS
This commit is contained in:
		
							parent
							
								
									edf0d97c20
								
							
						
					
					
						commit
						0332e13c6a
					
				@ -290,9 +290,9 @@ class ChatListItem extends StatelessWidget {
 | 
			
		||||
            height: unreadBubbleSize,
 | 
			
		||||
            width: room.notificationCount == 0 && !unread
 | 
			
		||||
                ? 0
 | 
			
		||||
                : (unreadBubbleSize - 10) *
 | 
			
		||||
                : (unreadBubbleSize - 9) *
 | 
			
		||||
                        room.notificationCount.toString().length +
 | 
			
		||||
                    10,
 | 
			
		||||
                    9,
 | 
			
		||||
            decoration: BoxDecoration(
 | 
			
		||||
              color: room.highlightCount > 0
 | 
			
		||||
                  ? Colors.red
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user