mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	chore: Follow up fix mxc Image
This commit is contained in:
		
							parent
							
								
									4571e476c0
								
							
						
					
					
						commit
						e8a6883e73
					
				@ -134,7 +134,7 @@ class _MxcImageState extends State<MxcImage> {
 | 
			
		||||
          const Center(
 | 
			
		||||
            child: CircularProgressIndicator.adaptive(),
 | 
			
		||||
          ),
 | 
			
		||||
      secondChild: data == null
 | 
			
		||||
      secondChild: data == null || data.isEmpty
 | 
			
		||||
          ? Container()
 | 
			
		||||
          : Image.memory(
 | 
			
		||||
              data,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user