mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: Formatting
This commit is contained in:
		
							parent
							
								
									7f491c26cd
								
							
						
					
					
						commit
						c49a410eac
					
				@ -273,13 +273,13 @@ class ChatView extends StatelessWidget {
 | 
			
		||||
                                        ? LinearProgressIndicator()
 | 
			
		||||
                                        : controller.canLoadMore
 | 
			
		||||
                                            ? Center(
 | 
			
		||||
                                              child: OutlinedButton(
 | 
			
		||||
                                                child: OutlinedButton(
 | 
			
		||||
                                                  onPressed:
 | 
			
		||||
                                                      controller.requestHistory,
 | 
			
		||||
                                                  child: Text(
 | 
			
		||||
                                                      L10n.of(context).loadMore),
 | 
			
		||||
                                                  child: Text(L10n.of(context)
 | 
			
		||||
                                                      .loadMore),
 | 
			
		||||
                                                ),
 | 
			
		||||
                                            )
 | 
			
		||||
                                              )
 | 
			
		||||
                                            : Container()
 | 
			
		||||
                                    : i == 0
 | 
			
		||||
                                        ? StreamBuilder(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user