fix typos

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-05 11:35:47 +08:00
parent b4a46133be
commit ea52dd4484
51 changed files with 162 additions and 162 deletions

View File

@@ -70,7 +70,7 @@ class _DownloadDetailPageState extends State<DownloadDetailPage>
final list =
_controller.pages
.firstWhereOrNull((e) => e.pageId == widget.pageId)
?.entrys
?.entries
?..sort((a, b) => a.sortKey.compareTo(b.sortKey));
if (list != null) {
_downloadItems.value = list;