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

Commit 0a292ad8 authored by Kurt Partridge's avatar Kurt Partridge
Browse files

Add comment

Change-Id: If21222aa678a827c1fcad5cacac0fa20655e4e5e
parent 90aaa2d0
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -838,6 +838,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;
    }
    }