mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: Flickerfree app start
This commit is contained in:
		
							parent
							
								
									797105cd17
								
							
						
					
					
						commit
						8dea650300
					
				@ -166,7 +166,7 @@ class ChatListView extends StatelessWidget {
 | 
			
		||||
                          return FutureBuilder<void>(
 | 
			
		||||
                            future: controller.waitForFirstSync(),
 | 
			
		||||
                            builder: (BuildContext context, snapshot) {
 | 
			
		||||
                              if (snapshot.hasData) {
 | 
			
		||||
                              if (Matrix.of(context).client.prevBatch != null) {
 | 
			
		||||
                                final rooms = List<Room>.from(
 | 
			
		||||
                                    Matrix.of(context).client.rooms);
 | 
			
		||||
                                rooms.removeWhere(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user