Fix bug with back navigation during payment lock.

This commit is contained in:
Greyson Parrelli
2022-08-25 08:51:31 -04:00
parent f8aedca08e
commit cdad45096b
2 changed files with 29 additions and 3 deletions

View File

@@ -2992,6 +2992,12 @@
<string name="ConfirmPaymentFragment__invalid_recipient">Invalid recipient</string>
<!-- Biometric/Device authentication prompt title which comes up before sending a payment -->
<string name="ConfirmPaymentFragment__unlock_to_send_payment">Unlock to Send Payment</string>
<!-- Title of a dialog show when we were unable to present the user's screenlock before sending a payment -->
<string name="ConfirmPaymentFragment__failed_to_show_payment_lock">Failed to show payment lock</string>
<!-- Body of a dialog show when we were unable to present the user's screenlock before sending a payment -->
<string name="ConfirmPaymentFragment__you_enabled_payment_lock_in_the_settings">You enabled payment lock in the settings, but it cannot be shown.</string>
<!-- Button in a dialog that will take the user to the privacy settings -->
<string name="ConfirmPaymentFragment__go_to_settings">Go to settings</string>
<string name="ConfirmPaymentFragment__this_person_has_not_activated_payments">This person has not activated payments</string>
<string name="ConfirmPaymentFragment__unable_to_request_a_network_fee">Unable to request a network fee. To continue this payment tap okay to try again.</string>