Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2223aa90 authored by Kurt Partridge's avatar Kurt Partridge Committed by Android Git Automerger
Browse files

am bc258870: Merge "[TestPrep22] Make variable package-private for testing"

* commit 'bc258870':
  [TestPrep22] Make variable package-private for testing
parents d1258a02 bc258870
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
    private Intent mUploadIntent;
    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.
    // To ensure that the gesture data of the next word is not associated with the previous word,