From 754de6bb0449a577d2bb9c28cca6adf0ef9554f6 Mon Sep 17 00:00:00 2001 From: steckbrief Date: Mon, 6 Feb 2017 10:01:13 +0100 Subject: relates FS#241: Implementation of http download based on okhttp --- .../java/de/thedevstack/conversationsplus/ConversationsPlusColors.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/de/thedevstack/conversationsplus/ConversationsPlusColors.java') diff --git a/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusColors.java b/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusColors.java index 352e86e3..db9c560f 100644 --- a/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusColors.java +++ b/src/main/java/de/thedevstack/conversationsplus/ConversationsPlusColors.java @@ -147,7 +147,7 @@ public final class ConversationsPlusColors { * @see {@link android.content.res.Resources#getColor(int)} * @return the color identified by id */ - private static int byId(int id) { + public static int byId(int id) { return ConversationsPlusApplication.getAppContext().getResources().getColor(id); } -- cgit v1.2.3