[GH-ISSUE #807] Don't Show "You are searching for..." Message During Autofill Flow #7001

Closed
opened 2026-04-10 23:22:46 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @lots0logs on GitHub (Apr 1, 2020).
Original GitHub issue: https://github.com/bitwarden/android/issues/807

Originally assigned to: @mpbw2 on GitHub.

Describe the Bug

Currently when in the autofill flow once you click to search for an item, a toast overlay message is shown on top of the keyboard. It forces you to stop and wait for it to disappear before you can actually use the keys on the keyboard that it was covering. Its annoying. Also the message being displayed doesn't seem like its needed. Surely the user knows what they are searching for at this point in the flow.

3c18fd7636/src/App/Pages/Vault/AutofillCiphersPage.xaml.cs (L81-L86)

Steps To Reproduce

  1. Open the vault from the autofill menu.
  2. Click on search.
  3. Notice the message displayed prevents you from starting your search if you need any of the keys it is covering.

Expected Result

Don't show any message or don't block use of the keyboard with the message.

Environment

  • Device: Samsung Galaxy Tab 6 and Google Pixel 4XL
  • Operating system: Android 9 & 10
  • Build: 2.3.1 (2257)
  • Is this a Beta release? No
Originally created by @lots0logs on GitHub (Apr 1, 2020). Original GitHub issue: https://github.com/bitwarden/android/issues/807 Originally assigned to: @mpbw2 on GitHub. ## Describe the Bug Currently when in the autofill flow once you click to search for an item, a toast overlay message is shown on top of the keyboard. It forces you to stop and wait for it to disappear before you can actually use the keys on the keyboard that it was covering. Its annoying. Also the message being displayed doesn't seem like its needed. Surely the user knows what they are searching for at this point in the flow. https://github.com/bitwarden/mobile/blob/3c18fd7636333a1dfac8d13ce4da6408b3a91783/src/App/Pages/Vault/AutofillCiphersPage.xaml.cs#L81-L86 ## Steps To Reproduce 1. Open the vault from the autofill menu. 2. Click on search. 3. Notice the message displayed prevents you from starting your search if you need any of the keys it is covering. ## Expected Result Don't show any message or don't block use of the keyboard with the message. ## Environment - Device: Samsung Galaxy Tab 6 and Google Pixel 4XL - Operating system: Android 9 & 10 - Build: 2.3.1 (2257) - Is this a Beta release? No
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#7001