remove or add info to some todos

This commit is contained in:
Helium314 2024-02-04 09:31:45 +01:00
parent 8eb8a2368a
commit 4645e425e6
12 changed files with 13 additions and 22 deletions

View file

@ -1995,8 +1995,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
p.println(" Keyboard mode = " + keyboardMode);
final SettingsValues settingsValues = mSettings.getCurrent();
p.println(settingsValues.dump());
p.println(mDictionaryFacilitator.dump(this /* context */));
// TODO: Dump all settings values
p.println(mDictionaryFacilitator.dump(this));
}
// slightly modified from Simple Keyboard: https://github.com/rkkr/simple-keyboard/blob/master/app/src/main/java/rkr/simplekeyboard/inputmethod/latin/LatinIME.java