Commit 9f2c476
Changed files (1)
app
lib
data_util
app/lib/data_util/entry_context.dart
@@ -50,6 +50,7 @@ extension EntryUtils on BuildContext {
await intakeRepo.add(intake);
}
if (mounted && exportSettings.exportAfterEveryEntry) {
+ read<IntervalStoreManager>().exportPage.setToMostRecentInterval();
performExport(this, AppLocalizations.of(this)!);
}
}