Skip to content

fix: soft-freeze#23859

Closed
alextran1502 wants to merge 2 commits intomainfrom
prevent-soft-freeze
Closed

fix: soft-freeze#23859
alextran1502 wants to merge 2 commits intomainfrom
prevent-soft-freeze

Conversation

@alextran1502
Copy link
Copy Markdown
Member

@alextran1502 alextran1502 commented Nov 12, 2025

Fixes the issue where cleaning up database in the background can cause database inaccessible when open the app on the foreground

@alextran1502 alextran1502 force-pushed the prevent-soft-freeze branch 2 times, most recently from dfbe5e6 to 6f04282 Compare November 12, 2025 21:15
Comment on lines +64 to +68
// ignore: unused_field
final Isar _isar;
// ignore: unused_field
final Drift _drift;
// ignore: unused_field
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove them from the class if they're not used anymore. Just pass them to the constructor to build the ProviderContainer and not store them locally

@alextran1502
Copy link
Copy Markdown
Member Author

Fixed in #23877

@alextran1502 alextran1502 deleted the prevent-soft-freeze branch December 25, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants