-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Reuse mmkv instance once created #11139
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Bitrise✅✅✅ Commit hash: 8731e04 Note
|
Bitrise✅✅✅ Commit hash: 0ad4386 Note
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11139 +/- ##
==========================================
+ Coverage 54.14% 54.17% +0.03%
==========================================
Files 1695 1695
Lines 38592 38596 +4
Branches 4718 4725 +7
==========================================
+ Hits 20894 20908 +14
+ Misses 16260 16247 -13
- Partials 1438 1441 +3 ☔ View full report in Codecov by Sentry. |
Bitrise✅✅✅ Commit hash: a322f83 Note
|
Quality Gate passedIssues Measures |
Bitrise✅✅✅ Commit hash: bb004c6 Note
|
Description
We should reuse MMKV instance instead of creating a new one each time we want to access storage.
Related issues
N/A
Manual testing steps
Screenshots/Recordings
Screen.Recording.2024-10-09.at.11.12.46.mov
Before
N/A
After
N/A
Pre-merge author checklist
Pre-merge reviewer checklist