diff options
| author | Jules Aguillon | 2023-07-29 18:31:26 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-07-29 18:42:36 +0200 |
| commit | 0856fb4e31a98b7f14f50006d95c89e23c19503d (patch) | |
| tree | 1c81fcb97af653d3c3214bd22e11f133d01312f6 /srcs/juloo.keyboard2/Logs.java | |
| parent | 0a114bd2bc0fabf204190457d671f2a719acf6e9 (diff) | |
| download | unexpected-keyboard-0856fb4e31a98b7f14f50006d95c89e23c19503d.tar.gz unexpected-keyboard-0856fb4e31a98b7f14f50006d95c89e23c19503d.zip | |
Refactor: Split out ListGroupPreference
Split out the implementation of a string-list preference from
CustomExtraKeysPreference.
Allows to share the implementation with future preferences.
Diffstat (limited to 'srcs/juloo.keyboard2/Logs.java')
| -rw-r--r-- | srcs/juloo.keyboard2/Logs.java | 5 |
1 files changed, 0 insertions, 5 deletions
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); - } } |
