Merge "Fix miss spelling"
commit
ceaca96b5c
|
@ -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…
Reference in New Issue