diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-11-15 08:40:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-15 13:10:06 +0530 |
commit | 02c853c3b1124d8d37c357f7040abd579c51bf8a (patch) | |
tree | 912e984a4bd281c951592ee255291f6a9feab2cb /CHANGELOG.md | |
parent | f5d04f2e596625b2980350d8078177e5f79020f4 (diff) |
Fix Autofill dataset icon tint (#1207)
ImageViews in RemoteViews require tint to be specified with the android:
prefix, the lint thinks otherwise.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 30df7523..0c0c0b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. - Cancelling the Autofill "Generate password" action now correctly returns you to the original app. - If multiple username fields exist in the password, we now ensure the later ones are not dropped from extra content. +- Icons in Autofill suggestions are no longer black on almost black in dark mode. ### Changed |