[PR #2802] [MERGED] [PM-4052] Fix vault timeout logic #9957

Closed
opened 2026-04-11 02:32:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2802
Author: @jlf0dev
Created: 9/28/2023
Status: Merged
Merged: 10/13/2023
Merged by: @trmartin4

Base: masterHead: auth/pm-4052/fix-vault-timeout


📝 Commits (2)

  • 6576e65 fix isLocked logic and add comments
  • b62571a Merge branch 'master' into auth/pm-4052/fix-vault-timeout

📊 Changes

1 file changed (+12 additions, -3 deletions)

View changed files

📝 src/Core/Services/VaultTimeoutService.cs (+12 -3)

📄 Description

Type of change

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

Objective

Our logic for the isLocked method was only setting the user key if we were checking an inactive account. Fixed logic and added comments to communicate intention for future.

Code changes

  • file.ext: Description of what was changed and why

Screenshots

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If 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/2802 **Author:** [@jlf0dev](https://github.com/jlf0dev) **Created:** 9/28/2023 **Status:** ✅ Merged **Merged:** 10/13/2023 **Merged by:** [@trmartin4](https://github.com/trmartin4) **Base:** `master` ← **Head:** `auth/pm-4052/fix-vault-timeout` --- ### 📝 Commits (2) - [`6576e65`](https://github.com/bitwarden/android/commit/6576e65e778233ae3970927168b7913df362c9ab) fix isLocked logic and add comments - [`b62571a`](https://github.com/bitwarden/android/commit/b62571a4b280b4cd4f4b392ab794e0a5732649b3) Merge branch 'master' into auth/pm-4052/fix-vault-timeout ### 📊 Changes **1 file changed** (+12 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/Core/Services/VaultTimeoutService.cs` (+12 -3) </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--> Our logic for the `isLocked` method was only setting the user key if we were checking an inactive account. Fixed logic and added comments to communicate intention for future. ## 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--> * **file.ext:** Description of what was changed and why ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If 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 2026-04-11 02:32:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#9957