1.3.21.3.2
Android APK Release / Build Android APK (push) Successful in 55m29s

This commit is contained in:
2026-05-26 16:32:18 +08:00
parent 546cef5ba6
commit 17673b2862
89 changed files with 24098 additions and 272 deletions
+1 -1
View File
@@ -436,7 +436,7 @@ class _SearchDialogState extends State<SearchDialog> {
),
const SizedBox(height: 2),
Text(
FileUtils.decodePathForDisplay(file.relativePath),
FileUtils.safeDecodePathSegment(file.relativePath),
style: TextStyle(fontSize: 12, color: theme.hintColor),
maxLines: 1,
overflow: TextOverflow.ellipsis,