[PR #1631] [MERGED] iOS Extension is not loading (#1624) #3016

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1631
Author: @jlf0dev
Created: 11/5/2021
Status: Merged
Merged: 11/5/2021
Merged by: @jlf0dev

Base: masterHead: bug/ios-extension


📝 Commits (1)

  • 0f6dc55 load app resources into ThemeManager before appearance adjustments

📊 Changes

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

View changed files

📝 src/iOS.Extension/LoadingViewController.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

iOS extension is not loading.

This was an unintentional feature of our appearance tweaks in #1556. We used the ThemeManager to call colors for appearance adjustments before we had a ResourceDictionary loaded.

Asana Task: https://app.asana.com/0/1169444489336079/1201291162165972/f

Closes #1624

Code changes

  • src/iOS.Extension/LoadingViewController.cs: Load app resources before making appearance adjustments

Screenshots

Testing requirements

  • Test app extension can be turned on and loads correctly in different scenarios
  • Test extension appearance and theme is correct

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/1631 **Author:** [@jlf0dev](https://github.com/jlf0dev) **Created:** 11/5/2021 **Status:** ✅ Merged **Merged:** 11/5/2021 **Merged by:** [@jlf0dev](https://github.com/jlf0dev) **Base:** `master` ← **Head:** `bug/ios-extension` --- ### 📝 Commits (1) - [`0f6dc55`](https://github.com/bitwarden/android/commit/0f6dc5520594371c44036aebf7644da1920fbb42) load app resources into ThemeManager before appearance adjustments ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/iOS.Extension/LoadingViewController.cs` (+2 -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 <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> iOS extension is not loading. This was an unintentional feature of our appearance tweaks in #1556. We used the ThemeManager to call colors for appearance adjustments before we had a ResourceDictionary loaded. Asana Task: https://app.asana.com/0/1169444489336079/1201291162165972/f Closes #1624 ## 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/iOS.Extension/LoadingViewController.cs:** Load app resources before making appearance adjustments ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ## Testing requirements <!--What functionality requires testing by QA? This includes testing new behavior and regression testing--> - Test app extension can be turned on and loads correctly in different scenarios - Test extension appearance and theme is correct ## 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:27:11 -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#3016