From 0856fb4e31a98b7f14f50006d95c89e23c19503d Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sat, 29 Jul 2023 18:31:26 +0200 Subject: Refactor: Split out ListGroupPreference Split out the implementation of a string-list preference from CustomExtraKeysPreference. Allows to share the implementation with future preferences. --- srcs/juloo.keyboard2/Logs.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'srcs/juloo.keyboard2/Logs.java') diff --git a/srcs/juloo.keyboard2/Logs.java b/srcs/juloo.keyboard2/Logs.java index ee44e21..c214296 100644 --- a/srcs/juloo.keyboard2/Logs.java +++ b/srcs/juloo.keyboard2/Logs.java @@ -26,9 +26,4 @@ public final class Logs _debug_logs.println("swapEnterActionKey: "+conf.swapEnterActionKey); _debug_logs.println("actionLabel: "+conf.actionLabel); } - - public static void err_load_custom_extra_keys(JSONException e) - { - Log.e(TAG, "Failed to read custom extra keys from preferences", e); - } } -- cgit v1.2.3