Explorar o código

PhotoView:Limit maxlines for photo description

Neeraj Gupta %!s(int64=2) %!d(string=hai) anos
pai
achega
eed7fa9349
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      lib/ui/viewer/file/fading_bottom_bar.dart

+ 2 - 0
lib/ui/viewer/file/fading_bottom_bar.dart

@@ -204,6 +204,8 @@ class FadingBottomBarState extends State<FadingBottomBar> {
                           ),
                           child: Text(
                             widget.file.caption,
+                            overflow: TextOverflow.ellipsis,
+                            maxLines: 4,
                             style: getEnteTextTheme(context)
                                 .small
                                 .copyWith(color: textBaseDark),