[PR #1732] [MERGED] Fix loading freeze on Verification Code view #3080

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 30d4da3 Added hide loading after requesting OTP on verification code

📊 Changes

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

View changed files

📝 src/App/Pages/Accounts/VerificationCodeViewModel.cs (+2 -0)

📄 Description

Type of change

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

Objective

Fix loading freeze on Verification Code view after sending the OTP

Code changes

  • VerificationCodeViewModel.cs: Added the hide loading call after sending the OTP so that the loading dialog gets hidden.

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/1732 **Author:** [@fedemkr](https://github.com/fedemkr) **Created:** 1/25/2022 **Status:** ✅ Merged **Merged:** 1/25/2022 **Merged by:** [@fedemkr](https://github.com/fedemkr) **Base:** `master` ← **Head:** `account-delete-sso-cme-loading-fix` --- ### 📝 Commits (1) - [`30d4da3`](https://github.com/bitwarden/android/commit/30d4da3c880878e9d6ac35cc14db68229712a3ae) Added hide loading after requesting OTP on verification code ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Accounts/VerificationCodeViewModel.cs` (+2 -0) </details> ### 📄 Description ## Type of change - [X] Bug fix - [X] 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 loading freeze on Verification Code view after sending the OTP ## 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--> * **VerificationCodeViewModel.cs:** Added the hide loading call after sending the OTP so that the loading dialog gets hidden. ## 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 2025-11-26 23:28:02 -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#3080