mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-05 05:25:13 +01:00
1137bbd8a5
On Android versions older than 14, users were not prompted to save their PIN to their device password manager due to an autofill session conflict. The `CreateSvrPinFragment.input` field triggered an autofill session, so when `ConfirmSvrPinFragment` later attempted to save the PIN using `CredentialManager`, the system incorrectly assumed the credential had already been saved by autofill and skipped the save prompt.