This commit is contained in:
Moustapha Kodjo Amadou 2026-02-27 15:02:22 +01:00
parent 5af59bcbaf
commit 5ab4214841

View file

@ -337,7 +337,6 @@ class _HistoryTabState extends ConsumerState<HistoryTab>
Manga manga,
int? deleteId,
) async {
await manga.chapters.load();
isar.writeTxnSync(() {
isar.historys.deleteSync(deleteId!);
ref