[PR #1728] [MERGED] Fix icon update on Verify code view #15829

Closed
opened 2026-04-15 01:55:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1728
Author: @fedemkr
Created: 1/24/2022
Status: Merged
Merged: 1/24/2022
Merged by: @fedemkr

Base: masterHead: fix-account-delete-sso-cme-icons


📝 Commits (1)

  • f80981d Fix icon update on verify code view

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 src/App/Pages/Accounts/VerificationCodePage.xaml (+1 -1)
📝 src/App/Pages/Accounts/VerificationCodeViewModel.cs (+2 -1)

📄 Description

Type of change

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

Objective

Fix master build fail because control not existing anymore to show icons.

Code changes

  • VerificationCodePage.xaml: Changed to new control to show icons
  • VerificationCodeViiewModel.cs: Updated code to show the correct icon with the new way

Testing requirements

Same as #1721

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/1728 **Author:** [@fedemkr](https://github.com/fedemkr) **Created:** 1/24/2022 **Status:** ✅ Merged **Merged:** 1/24/2022 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `master` ← **Head:** `fix-account-delete-sso-cme-icons` --- ### 📝 Commits (1) - [`f80981d`](https://github.com/bitwarden/android/commit/f80981dde25613b1ce09855c749c6e2e7961113d) Fix icon update on verify code view ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Accounts/VerificationCodePage.xaml` (+1 -1) 📝 `src/App/Pages/Accounts/VerificationCodeViewModel.cs` (+2 -1) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [X] 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 master build fail because control not existing anymore to show icons. ## 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--> * **VerificationCodePage.xaml:** Changed to new control to show icons * **VerificationCodeViiewModel.cs:** Updated code to show the correct icon with the new way ## Testing requirements <!--What functionality requires testing by QA? This includes testing new behavior and regression testing--> Same as #1721 ## 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 2026-04-15 01:55:22 -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#15829