TF-3318 Fix black pixel when clicking on attachment with long name

This commit is contained in:
DatDang
2024-12-10 16:09:03 +07:00
committed by Dat H. Pham
parent be36476e25
commit a3aee57256
4 changed files with 4 additions and 0 deletions
@@ -77,6 +77,7 @@ class AttachmentItemComposerWidget extends StatelessWidget with AppLoaderMixin {
maxLines: 1,
overflowWidget: const TextOverflowWidget(
position: TextOverflowPosition.middle,
clearType: TextOverflowClearType.clipRect,
child: Text(
'...',
style: AttachmentItemComposerWidgetStyle.dotsLabelTextStyle,