mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: too long file names
This commit is contained in:
		
							parent
							
								
									b6e6301a14
								
							
						
					
					
						commit
						6f434c79ee
					
				@ -30,11 +30,13 @@ class MessageDownloadContent extends StatelessWidget {
 | 
			
		||||
              children: [
 | 
			
		||||
                Icon(Icons.download_outlined),
 | 
			
		||||
                SizedBox(width: 8),
 | 
			
		||||
                Text(
 | 
			
		||||
                  filename,
 | 
			
		||||
                  overflow: TextOverflow.fade,
 | 
			
		||||
                  softWrap: false,
 | 
			
		||||
                  maxLines: 1,
 | 
			
		||||
                Expanded(
 | 
			
		||||
                  child: Text(
 | 
			
		||||
                    filename,
 | 
			
		||||
                    overflow: TextOverflow.fade,
 | 
			
		||||
                    softWrap: false,
 | 
			
		||||
                    maxLines: 1,
 | 
			
		||||
                  ),
 | 
			
		||||
                ),
 | 
			
		||||
              ],
 | 
			
		||||
            ),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user