-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add App Lock settings screen #1917
Conversation
Generated by 🚫 Danger Swift against 28669e3 |
dd7f9d7
to
9cbd1ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
ElementX/Sources/Screens/AppLock/AppLockSettingsScreen/AppLockSettingsScreenViewModel.swift
Show resolved
Hide resolved
# Conflicts: # ElementX.xcodeproj/project.pbxproj # ElementX/Sources/Services/AppLock/AppLockService.swift
9cbd1ec
to
10f728c
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1917 +/- ##
===========================================
- Coverage 69.09% 69.02% -0.07%
===========================================
Files 483 492 +9
Lines 32995 33232 +237
Branches 16018 16130 +112
===========================================
+ Hits 22797 22939 +142
- Misses 9612 9702 +90
- Partials 586 591 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Adds the App Lock settings screen. This is the screen only, more screens are needed before the flow will work. This branch is based upon #1912.