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

Commit 34ecd12a authored by Kurt Partridge's avatar Kurt Partridge Committed by Android (Google) Code Review
Browse files

Merge "Add comment"

parents c665cbee 0a292ad8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -852,6 +852,11 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
        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) {
        mSavedDownEventTime = time;
    }