Kaynağa Gözat

increase caption length from 280 -> 5000

Neeraj Gupta 2 yıl önce
ebeveyn
işleme
d969eb5581
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lib/ui/viewer/file/file_caption_widget.dart

+ 1 - 1
lib/ui/viewer/file/file_caption_widget.dart

@@ -13,7 +13,7 @@ class FileCaptionWidget extends StatefulWidget {
 }
 
 class _FileCaptionWidgetState extends State<FileCaptionWidget> {
-  int maxLength = 280;
+  static const int maxLength = 5000;
   int currentLength = 0;
   final _textController = TextEditingController();
   final _focusNode = FocusNode();