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

Commit fd440b2d authored by Yeabkal Wubshit's avatar Yeabkal Wubshit
Browse files

Fix Incorrect Documentation for View#isHapticFeedbackEnabled

Change the wording of the method's Javadoc to be clear and align with other comments for similar methods (like View#setHapticFeedbackEnabled).

Change-Id: I51f45f98ea5ae0a58a6e6a03dcc9e5b96f33a3a1
Test: N/A - comment change only
parent f6c6d6bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12290,7 +12290,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    /**
     * @return whether this view should have haptic feedback enabled for events
     * long presses.
     * such as long presses.
     *
     * @see #setHapticFeedbackEnabled(boolean)
     * @see #performHapticFeedback(int)