refactor(perf): improves changes to applock non blocking check to improve startup time (WPB-22876)#4545
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4545 +/- ##
===========================================
+ Coverage 48.46% 48.48% +0.02%
===========================================
Files 575 575
Lines 19803 19805 +2
Branches 3313 3313
===========================================
+ Hits 9598 9603 +5
+ Misses 9190 9187 -3
Partials 1015 1015
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@claude review |
PR Review: Refactor App Lock Check to Non-Blocking FlowSummaryThis PR successfully removes the blocking ✅ Positive AspectsPerformance Improvements
Code Quality
|
|
|
latest results comparisson
|



https://wearezeta.atlassian.net/browse/WPB-22876
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Change/remove the usage of
isUserAppLockSet()checks from blocking to using the flow alternative and use as a state property.Solutions
Use the flow version
isAppLockPasscodeSetFlow()and collect/update the state property.Needs releases with:
Testing
Test Coverage (Optional)
Attachments (Optional)
With app lock changes to flow:
Without (current dev):
Summary (by AI on the results)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.