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