From fd83665970569d44e25a6ac3d199300e75ec6e46 Mon Sep 17 00:00:00 2001 From: pachecosf Date: Thu, 17 Jan 2019 16:21:34 -0800 Subject: Changed implementation using themeUtils instead --- core/src/main/java/de/danoeh/antennapod/core/util/ThemeUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/src/main/java/de/danoeh/antennapod/core/util/ThemeUtils.java b/core/src/main/java/de/danoeh/antennapod/core/util/ThemeUtils.java index 7f6d2e01a..dd03f0176 100644 --- a/core/src/main/java/de/danoeh/antennapod/core/util/ThemeUtils.java +++ b/core/src/main/java/de/danoeh/antennapod/core/util/ThemeUtils.java @@ -39,7 +39,7 @@ public class ThemeUtils { return R.color.highlight_light; } else { Log.e(TAG, - "getSelectionBackgroundColor could not match the current theme to any color!"); + "getSelectionDrawerActivatedColor could not match the current theme to any color!"); return R.color.highlight_light; } @@ -55,7 +55,7 @@ public class ThemeUtils { return R.color.primary_light; } else { Log.e(TAG, - "getSelectionBackgroundColor could not match the current theme to any color!"); + "getSelectionDrawerNotActivatedColor could not match the current theme to any color!"); return R.color.highlight_light; } } -- cgit v1.2.3