[PR #1451] [MERGED] Fix for resuming autofill when back button was previously used to exit #2899

Closed
opened 2025-11-26 23:25:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1451
Author: @mpbw2
Created: 7/6/2021
Status: Merged
Merged: 7/6/2021
Merged by: @mpbw2

Base: masterHead: bugfix-autofill-back


📝 Commits (1)

  • 8072aa9 fix for resuming autofill when back button was previously used to exit

📊 Changes

1 file changed (+9 additions, -0 deletions)

View changed files

📝 src/App/Pages/Vault/AutofillCiphersPage.xaml.cs (+9 -0)

📄 Description

The autofill cipher list screen would re-appear when resuming the app after exiting via the back button (I believe this could be due to the change to SingleTask LaunchMode). By clearing the autofill Uri when using the back button, resuming the app behaves as expected by opening to the main tabbed screen.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/1451 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 7/6/2021 **Status:** ✅ Merged **Merged:** 7/6/2021 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `bugfix-autofill-back` --- ### 📝 Commits (1) - [`8072aa9`](https://github.com/bitwarden/android/commit/8072aa929d8126f9e8482f12b310f4ca9308dcd9) fix for resuming autofill when back button was previously used to exit ### 📊 Changes **1 file changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Vault/AutofillCiphersPage.xaml.cs` (+9 -0) </details> ### 📄 Description The autofill cipher list screen would re-appear when resuming the app after exiting via the back button (I believe this could be due to the change to SingleTask LaunchMode). By clearing the autofill `Uri` when using the back button, resuming the app behaves as expected by opening to the main tabbed screen. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:25:40 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2899