mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 04:06:14 +00:00
Update missing password manager dialog copy.
Updates the copy of the dialog that shows when attempting to save a backup key, but there is no credential manager configured on the device that supports saving passwords.
This commit is contained in:
committed by
Cody Henthorne
parent
d6dd2cc633
commit
17bfb118d8
@@ -218,7 +218,7 @@ fun MessageBackupsKeyRecordScreen(
|
||||
Dialogs.SimpleMessageDialog(
|
||||
title = stringResource(R.string.MessageBackupsKeyRecordScreen__missing_password_manager_title),
|
||||
message = stringResource(R.string.MessageBackupsKeyRecordScreen__missing_password_manager_message),
|
||||
dismiss = stringResource(R.string.MessageBackupsKeyRecordScreen__dismiss),
|
||||
dismiss = stringResource(android.R.string.ok),
|
||||
onDismiss = { onSaveToPasswordManagerComplete(CredentialManagerResult.UserCanceled) }
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user