[PR #1095] [MERGED] fix issue with search bar color on iOS #2742

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1095
Author: @mpbw2
Created: 9/28/2020
Status: Merged
Merged: 9/28/2020
Merged by: @mpbw2

Base: masterHead: bugfix-searchbartext


📝 Commits (1)

  • 1059499 fix issue with search bar color on iOS

📊 Changes

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

View changed files

📝 src/App/Controls/ExtendedSearchBar.cs (+2 -4)

📄 Description

Search bar text color was not taking app theme into account (only system theme) so a light system with dark app theme resulted in dark text on a dark background. By using themehelper here we take both the app and system theme into account.


🔄 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/1095 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 9/28/2020 **Status:** ✅ Merged **Merged:** 9/28/2020 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `bugfix-searchbartext` --- ### 📝 Commits (1) - [`1059499`](https://github.com/bitwarden/android/commit/1059499b6bda801f5af19300db168c165fce4959) fix issue with search bar color on iOS ### 📊 Changes **1 file changed** (+2 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Controls/ExtendedSearchBar.cs` (+2 -4) </details> ### 📄 Description Search bar text color was not taking app theme into account (only system theme) so a light system with dark app theme resulted in dark text on a dark background. By using themehelper here we take both the app and system theme into account. --- <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:23:29 -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#2742