[PR #3052] [MERGED] [PM-6552] Added missing using in previous PR #23371

Closed
opened 2026-04-16 23:27:35 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3052
Author: @dinisvieira
Created: 3/4/2024
Status: Merged
Merged: 3/4/2024
Merged by: @dinisvieira

Base: mainHead: feature/PM-6552-fix-for-missing-using


📝 Commits (1)

  • 319b525 PM-6552 Added missing using

📊 Changes

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

View changed files

📝 src/Core/Pages/AndroidNavigationRedirectPage.xaml.cs (+1 -0)

📄 Description

Type of change

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

Objective

Added missing using in previous PR

Code changes

  • AndroidNavigationRedirectPage.xaml.cs: Add using for LoggerHelper

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/3052 **Author:** [@dinisvieira](https://github.com/dinisvieira) **Created:** 3/4/2024 **Status:** ✅ Merged **Merged:** 3/4/2024 **Merged by:** [@dinisvieira](https://github.com/dinisvieira) **Base:** `main` ← **Head:** `feature/PM-6552-fix-for-missing-using` --- ### 📝 Commits (1) - [`319b525`](https://github.com/bitwarden/android/commit/319b5251090a274883657e145c2f7ec3dbd25918) PM-6552 Added missing using ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Core/Pages/AndroidNavigationRedirectPage.xaml.cs` (+1 -0) </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 Added missing using in previous PR ## Code changes * **AndroidNavigationRedirectPage.xaml.cs:** Add using for LoggerHelper ## 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-16 23:27:35 -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#23371