From 76bc899173d162e1fe059454110078dc9f770185 Mon Sep 17 00:00:00 2001 From: flofriday Date: Thu, 13 Jun 2024 08:23:26 +0200 Subject: [PATCH] Fix error icon in the drawer (#7238) There has been some regression that the error icon in the drawer was just a circle instead of the the exclamation mark. The error occurred because the icon was modified to have a background circle once it was added to the subscription screens. However, in the drawer a icon tint was applied which now also tinted the background and made now only the background show. --- app/src/main/res/layout/nav_listitem.xml | 1 - ui/common/src/main/res/drawable/ic_error.xml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/nav_listitem.xml b/app/src/main/res/layout/nav_listitem.xml index eb8fa3c1d..b6ff744c8 100644 --- a/app/src/main/res/layout/nav_listitem.xml +++ b/app/src/main/res/layout/nav_listitem.xml @@ -59,7 +59,6 @@ android:visibility="gone" android:contentDescription="@string/refresh_failed_msg" app:srcCompat="@drawable/ic_error" - app:tint="?attr/icon_red" tools:text="!" />