mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
fix: content of the text message written three times (#2296)
* fix: content of the text message in the info dialog box was written three times * fix: text message content size is not calculated correctly
This commit is contained in:
@@ -70,7 +70,7 @@ class FileInfoDialog extends StatelessWidget {
|
||||
if (entry.isMessage)
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(top: 10),
|
||||
child: SelectableText(entry.fileName + entry.fileName + entry.fileName),
|
||||
child: SelectableText(entry.fileName),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user