mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	design: CircularProgressIndicator looks better here
This commit is contained in:
		
							parent
							
								
									a7cf8e91b8
								
							
						
					
					
						commit
						888935cf4d
					
				@ -276,7 +276,9 @@ class ChatView extends StatelessWidget {
 | 
			
		||||
                              (BuildContext context, int i) {
 | 
			
		||||
                                return i == controller.filteredEvents.length + 1
 | 
			
		||||
                                    ? controller.timeline.isRequestingHistory
 | 
			
		||||
                                        ? LinearProgressIndicator()
 | 
			
		||||
                                        ? Center(
 | 
			
		||||
                                            child: CircularProgressIndicator(),
 | 
			
		||||
                                          )
 | 
			
		||||
                                        : controller.canLoadMore
 | 
			
		||||
                                            ? Center(
 | 
			
		||||
                                                child: OutlinedButton(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user