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

Commit 35f91970 authored by Taran Singh's avatar Taran Singh
Browse files

Remove redundant return from javadoc of acceptDelegation

Removed a redundant return from javafoc of newy introduced API
acceptStylusHandwritingDelegation

Fix: 328120662
Test: atest CtsInputMethodTestCases
Change-Id: I173fd8f1b92fd269f9be4b5e52609271f53723fc
parent 0d7a9ccc
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2909,8 +2909,6 @@ public final class InputMethodManager {
     * @param flags {@link #HANDWRITING_DELEGATE_FLAG_HOME_DELEGATOR_ALLOWED} or {@code 0}
     * @param executor The executor to run the callback on.
     * @param callback {@code true>} would be received if delegation was accepted.
     * @return {@code true} if view belongs to allowed delegate package declared in {@link
     *     #prepareStylusHandwritingDelegation(View, String)} and delegation is accepted
     * @see #prepareStylusHandwritingDelegation(View, String)
     * @see #acceptStylusHandwritingDelegation(View)
     */