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

Commit 1c400a3a authored by Louis Pullen-Freilich's avatar Louis Pullen-Freilich
Browse files

Adds comment to dark-greylisted mShowCursor

Bug: b/123769485
Test: n/a
Change-Id: Ice7dbcc92456507def621ef50602519f81dd6c12
parent 121f9739
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -273,7 +273,11 @@ public class Editor {
    boolean mDiscardNextActionUp;
    boolean mIgnoreActionUpEvent;

    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 123769485)
    /**
     * To set a custom cursor, you should use {@link TextView#setTextCursorDrawable(Drawable)}
     * or {@link TextView#setTextCursorDrawable(int)}.
     */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
    private long mShowCursor;
    private boolean mRenderCursorRegardlessTiming;
    private Blink mBlink;