summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/main/java/de/danoeh/antennapod/core/util/ThemeUtils.java4
1 files changed, 2 insertions, 2 deletions
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;
}
}