From 02c853c3b1124d8d37c357f7040abd579c51bf8a Mon Sep 17 00:00:00 2001 From: Fabian Henneke Date: Sun, 15 Nov 2020 08:40:06 +0100 Subject: Fix Autofill dataset icon tint (#1207) ImageViews in RemoteViews require tint to be specified with the android: prefix, the lint thinks otherwise. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3