mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	Merge branch 'overflow_file_name' into 'main'
fix: too long file names Closes #523 See merge request famedly/fluffychat!492
This commit is contained in:
		
						commit
						d2167c7e6f
					
				@ -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