[PR #1986] [MERGED] [PS-1074] Use correct icon for checked/unchecked boolean #3273

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1986
Author: @patrickhlauke
Created: 7/9/2022
Status: Merged
Merged: 7/11/2022
Merged by: @fedemkr

Base: masterHead: patch-1


📝 Commits (1)

  • 7960ebb Use correct icon for checked/unchecked boolean

📊 Changes

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

View changed files

📝 src/App/Pages/Vault/ViewPageViewModel.cs (+1 -1)

📄 Description

Closes https://github.com/bitwarden/mobile/issues/1985

Type of change

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

Objective

Fixes the problem of boolean custom fields showing the opposite of their value at the moment

Code changes

  • src/App/Pages/Vault/ViewPageViewModel.cs: Swap around the icons used

Before you submit

  • I have checked for formatting errors (dotnet tool run dotnet-format --check) (required)
  • 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/1986 **Author:** [@patrickhlauke](https://github.com/patrickhlauke) **Created:** 7/9/2022 **Status:** ✅ Merged **Merged:** 7/11/2022 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`7960ebb`](https://github.com/bitwarden/android/commit/7960ebbfa7f61f0a4586ab99464c6e3efb46b83e) Use correct icon for checked/unchecked boolean ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Vault/ViewPageViewModel.cs` (+1 -1) </details> ### 📄 Description Closes https://github.com/bitwarden/mobile/issues/1985 ## Type of change - [x] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective Fixes the problem of boolean custom fields showing the opposite of their value at the moment ## 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--> * **src/App/Pages/Vault/ViewPageViewModel.cs:** Swap around the icons used ## Before you submit - [x] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required) - [ ] 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:30:35 -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#3273