chore: fix linter warnings and remove unused functions

This commit is contained in:
zarzet
2026-01-31 15:12:13 +07:00
parent 62afbdcaaa
commit d9f788ddeb
4 changed files with 3 additions and 60 deletions
+2 -1
View File
@@ -122,7 +122,8 @@ class RecentAccessNotifier extends Notifier<RecentAccessState> {
items = decoded
.map((e) => RecentAccessItem.fromJson(e as Map<String, dynamic>))
.toList();
} catch (e) {
} catch (_) {
// Ignore JSON parse errors, use empty list
}
}