mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: Empty timelines crashing the room view
This commit is contained in:
		
							parent
							
								
									f8475a4a3b
								
							
						
					
					
						commit
						2c6b962c37
					
				@ -305,9 +305,12 @@ class ChatView extends StatelessWidget {
 | 
			
		||||
                                                        milliseconds: 300),
 | 
			
		||||
                                                alignment: controller
 | 
			
		||||
                                                            .filteredEvents
 | 
			
		||||
                                                            .first
 | 
			
		||||
                                                            .senderId ==
 | 
			
		||||
                                                        client.userID
 | 
			
		||||
                                                            .isNotEmpty &&
 | 
			
		||||
                                                        controller
 | 
			
		||||
                                                                .filteredEvents
 | 
			
		||||
                                                                .first
 | 
			
		||||
                                                                .senderId ==
 | 
			
		||||
                                                            client.userID
 | 
			
		||||
                                                    ? Alignment.topRight
 | 
			
		||||
                                                    : Alignment.topLeft,
 | 
			
		||||
                                                padding: EdgeInsets.only(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user