mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
[TestPrep22] Make variable package-private for testing
Change-Id: I902a6a40df1c672c611672f34d2f3237b0d1821b
This commit is contained in:
parent
5cd50faaca
commit
59912837b3
@ -208,7 +208,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
|||||||
private Intent mUploadIntent;
|
private Intent mUploadIntent;
|
||||||
private Intent mUploadNowIntent;
|
private Intent mUploadNowIntent;
|
||||||
|
|
||||||
private LogUnit mCurrentLogUnit = new LogUnit();
|
/* package for test */ LogUnit mCurrentLogUnit = new LogUnit();
|
||||||
|
|
||||||
// Gestured or tapped words may be committed after the gesture of the next word has started.
|
// Gestured or tapped words may be committed after the gesture of the next word has started.
|
||||||
// To ensure that the gesture data of the next word is not associated with the previous word,
|
// To ensure that the gesture data of the next word is not associated with the previous word,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user