Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed invisible preferred number indicator in light themes ([#289])

## [1.2.1] - 2025-06-03

### Changed
Expand Down Expand Up @@ -70,3 +74,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#30]: https://github.com/FossifyOrg/Contacts/issues/30
[#201]: https://github.com/FossifyOrg/Contacts/issues/201
[#281]: https://github.com/FossifyOrg/Contacts/issues/281
[#289]: https://github.com/FossifyOrg/Contacts/issues/289
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ class ViewContactActivity : ContactActivity() {
}

defaultToggleIcon.isVisible = phoneNumber.isPrimary
defaultToggleIcon.applyColorFilter(getProperTextColor())
}
}
binding.contactNumbersImage.beVisible()
Expand Down
Loading