[PR #1832] [MERGED] Fix for lock & logout message parsing issue #3164

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1832
Author: @mpbw2
Created: 3/8/2022
Status: Merged
Merged: 3/8/2022
Merged by: @mpbw2

Base: masterHead: bugfix-longpress


📝 Commits (1)

  • 7933472 fix for lock & logout message parsing issue

📊 Changes

2 files changed (+14 additions, -11 deletions)

View changed files

📝 src/App/App.xaml.cs (+7 -4)
📝 src/Core/Services/VaultTimeoutService.cs (+7 -7)

📄 Description

Type of change

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

Objective

An attempt to streamline the implementation of passing values with "lock" and "logout" messages resulted in missing data, resulting in both messages acting on the active account regardless of context. This reverts that change so we can rethink later.

Code changes

  • App.xaml.cs & VaultTimeoutService.cs: Revert to previous use of Tuple

Testing requirements

https://app.asana.com/0/1201803072708593/1201936151872719/f
https://app.asana.com/0/1201803072708593/1201929380000890/f

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/1832 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 3/8/2022 **Status:** ✅ Merged **Merged:** 3/8/2022 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `bugfix-longpress` --- ### 📝 Commits (1) - [`7933472`](https://github.com/bitwarden/android/commit/7933472aef8f706ed21ce062717bfdeb8dfe611f) fix for lock & logout message parsing issue ### 📊 Changes **2 files changed** (+14 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/App/App.xaml.cs` (+7 -4) 📝 `src/Core/Services/VaultTimeoutService.cs` (+7 -7) </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--> An attempt to streamline the implementation of passing values with "lock" and "logout" messages resulted in missing data, resulting in both messages acting on the active account regardless of context. This reverts that change so we can rethink later. ## 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--> * **App.xaml.cs & VaultTimeoutService.cs:** Revert to previous use of Tuple ## Testing requirements <!--What functionality requires testing by QA? This includes testing new behavior and regression testing--> https://app.asana.com/0/1201803072708593/1201936151872719/f https://app.asana.com/0/1201803072708593/1201929380000890/f ## 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:08 -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#3164