Todo summary
This commit is contained in:
@@ -164,7 +164,7 @@ class _JournalPageState extends State<JournalPage>{
|
||||
SizedBox(height: 5,),
|
||||
if (User.journal[index].description != null && User.journal[index].description!.isNotEmpty)
|
||||
(charCount > maxCharCount && expandedIndex != index) ?
|
||||
Text(User.journal[index].description!.substring(0,maxCharCount) + '...') :
|
||||
Text(User.journal[index].description!.substring(0,maxCharCount.clamp(0,User.journal[index].description!.length)) + '...') :
|
||||
Text(User.journal[index].description!),
|
||||
|
||||
if(charCount>maxCharCount) Row(
|
||||
|
||||
Reference in New Issue
Block a user