mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 34ecd12a: Merge "Add comment"
* commit '34ecd12a058cbc9756e7f323b264a27acb378206': Add comment
This commit is contained in:
commit
2335094eff
@ -852,6 +852,11 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
|||||||
mCurrentLogUnit = newLogUnit;
|
mCurrentLogUnit = newLogUnit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Record the time of a MotionEvent.ACTION_DOWN.
|
||||||
|
*
|
||||||
|
* Warning: Not thread safe. Only call from the main thread.
|
||||||
|
*/
|
||||||
private void setSavedDownEventTime(final long time) {
|
private void setSavedDownEventTime(final long time) {
|
||||||
mSavedDownEventTime = time;
|
mSavedDownEventTime = time;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user