diff --git a/lib/modules/more/categories/categories_screen.dart b/lib/modules/more/categories/categories_screen.dart index bf45bff1..b2070438 100644 --- a/lib/modules/more/categories/categories_screen.dart +++ b/lib/modules/more/categories/categories_screen.dart @@ -418,7 +418,7 @@ class _CategoriesTabState extends ConsumerState onPressed: () async { await isar.writeTxn(() async { category.shouldUpdate = - !(category.shouldUpdate ?? false); + !(category.shouldUpdate ?? true); category.updatedAt = DateTime.now().millisecondsSinceEpoch; isar.categorys.put(category);