Implement AppLockScreen as per the designs. (#1925)

Fix a bug in the unlock flow
This commit is contained in:
Doug
2023-10-20 17:35:57 +01:00
committed by GitHub
parent 7e77c2ffad
commit b6ba38cb19
21 changed files with 378 additions and 85 deletions

View File

@@ -128,12 +128,12 @@ struct SettingsScreen: View {
.accessibilityIdentifier(A11yIdentifiers.settingsScreen.analytics)
if context.viewState.showAppLockSettings {
ListRow(label: .default(title: UntranslatedL10n.commonScreenLock,
ListRow(label: .default(title: L10n.commonScreenLock,
systemIcon: .lock),
kind: .navigationLink {
context.send(viewAction: .appLock)
})
.accessibilityIdentifier(A11yIdentifiers.settingsScreen.analytics)
.accessibilityIdentifier(A11yIdentifiers.settingsScreen.screenLock)
}
ListRow(label: .default(title: L10n.commonReportABug,