mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix miss spelling
Change-Id: I29d92d316525a897c86eab44f948a6c61ae38c35
This commit is contained in:
parent
bfe2b53445
commit
9111d76cee
@ -72,6 +72,6 @@ public class LatinImeLogger implements SharedPreferences.OnSharedPreferenceChang
|
||||
public static void onSetKeyboard(Keyboard kb) {
|
||||
}
|
||||
|
||||
public static void onPrintAllUsabilityStudtyLogs() {
|
||||
public static void onPrintAllUsabilityStudyLogs() {
|
||||
}
|
||||
}
|
||||
|
@ -306,7 +306,7 @@ public class Utils {
|
||||
break;
|
||||
}
|
||||
UsabilityStudyLogUtils.getInstance().write(inputChar + "\t" + x + "\t" + y);
|
||||
LatinImeLogger.onPrintAllUsabilityStudtyLogs();
|
||||
LatinImeLogger.onPrintAllUsabilityStudyLogs();
|
||||
}
|
||||
|
||||
public void write(final String log) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user