[PR #1890] [MERGED] PS-291 Fix Password History load correctly #3203

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1890
Author: @fedemkr
Created: 4/25/2022
Status: Merged
Merged: 4/25/2022
Merged by: @fedemkr

Base: masterHead: PS-291-fix-password-history-not-loading


📝 Commits (1)

  • b2f6ed4 PS-291 Fix password history to update the collection on the main thread to load correctly

📊 Changes

1 file changed (+5 additions, -2 deletions)

View changed files

📝 src/App/Pages/Generator/GeneratorHistoryPageViewModel.cs (+5 -2)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Fix Password History to load correctly by updating on the main thread.

Code changes

  • GeneratorHistoryPageViewModel: Updated the properties in InitAsync on the main thread.

Testing requirements

When entering to the Password History, the view should load correctlly.

Before you submit

  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 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/1890 **Author:** [@fedemkr](https://github.com/fedemkr) **Created:** 4/25/2022 **Status:** ✅ Merged **Merged:** 4/25/2022 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `master` ← **Head:** `PS-291-fix-password-history-not-loading` --- ### 📝 Commits (1) - [`b2f6ed4`](https://github.com/bitwarden/android/commit/b2f6ed4a9d2a9fc09f0403e0622eea5b5ac5299c) PS-291 Fix password history to update the collection on the main thread to load correctly ### 📊 Changes **1 file changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Generator/GeneratorHistoryPageViewModel.cs` (+5 -2) </details> ### 📄 Description ## Type of change - [X] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Fix Password History to load correctly by updating on the main thread. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **GeneratorHistoryPageViewModel:** Updated the properties in `InitAsync` on the main thread. ## Testing requirements <!--What functionality requires testing by QA? This includes testing new behavior and regression testing--> When entering to the Password History, the view should load correctlly. ## Before you submit - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <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:29:38 -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#3203