mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	Merge branch 'krille/fix-appbar' into 'main'
chore: Follow up fix app bar See merge request famedly/fluffychat!742
This commit is contained in:
		
						commit
						9b7f494542
					
				@ -44,11 +44,14 @@ class ChatAppBarTitle extends StatelessWidget {
 | 
			
		||||
            size: 32,
 | 
			
		||||
          ),
 | 
			
		||||
          const SizedBox(width: 12),
 | 
			
		||||
          Text(
 | 
			
		||||
            room.getLocalizedDisplayname(MatrixLocals(L10n.of(context)!)),
 | 
			
		||||
            maxLines: 1,
 | 
			
		||||
            style: const TextStyle(
 | 
			
		||||
              fontSize: 16,
 | 
			
		||||
          Expanded(
 | 
			
		||||
            child: Text(
 | 
			
		||||
              room.getLocalizedDisplayname(MatrixLocals(L10n.of(context)!)),
 | 
			
		||||
              maxLines: 1,
 | 
			
		||||
              overflow: TextOverflow.ellipsis,
 | 
			
		||||
              style: const TextStyle(
 | 
			
		||||
                fontSize: 16,
 | 
			
		||||
              ),
 | 
			
		||||
            ),
 | 
			
		||||
          ),
 | 
			
		||||
        ],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user