From c6929815d6fa3957fa631cf0595a18fe57350690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey?= Date: Tue, 11 Oct 2022 16:38:51 +0200 Subject: [PATCH] Remove unneeded TODO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Brey --- .../java/com/owncloud/android/utils/theme/ThemeColorUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/com/owncloud/android/utils/theme/ThemeColorUtils.java b/app/src/main/java/com/owncloud/android/utils/theme/ThemeColorUtils.java index c7a454ebc2..92980125f9 100644 --- a/app/src/main/java/com/owncloud/android/utils/theme/ThemeColorUtils.java +++ b/app/src/main/java/com/owncloud/android/utils/theme/ThemeColorUtils.java @@ -38,7 +38,6 @@ import static com.owncloud.android.utils.theme.CapabilityUtils.getCapability; */ @Deprecated public class ThemeColorUtils { - // TODO integrate this somehow into new theming, as we need it e.g. for sidebar header and login public int unchangedPrimaryColor(Account account, Context context) { try { return Color.parseColor(getCapability(account, context).getServerColor());