diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-11-15 08:40:06 +0100 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-12-21 20:17:09 +0530 |
commit | dcee2856136309f52756da7e8f85d5e0907d61b0 (patch) | |
tree | 03d02c9c8535d0b405d0f246a83556bf8c3f3004 /CHANGELOG.md | |
parent | da8ca8b46d5d842670c9400c9a55b181eceb10b2 (diff) |
Fix Autofill dataset icon tint (#1207)
ImageViews in RemoteViews require tint to be specified with the android:
prefix, the lint thinks otherwise.
(cherry picked from commit 02c853c3b1124d8d37c357f7040abd579c51bf8a)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
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 a4ea1b48..d8d75bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,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. ## [1.13.1] - 2020-10-23 |