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
This commit is contained in:
Yeabkal Wubshit
2022-02-01 16:59:49 +00:00
parent f6c6d6bcb6
commit fd440b2d08

View File

@@ -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)