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

Commit e82d257d authored by Becky Siegel's avatar Becky Siegel Committed by Automerger Merge Worker
Browse files

Merge "Fix common typo" into main am: 10a72d17

parents fbefa474 10a72d17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -364,12 +364,12 @@ public abstract class AccessibilityService extends Service {
    public static final int GESTURE_SWIPE_UP_AND_RIGHT = 14;

    /**
     * The user has performed an down and left gesture on the touch screen.
     * The user has performed a down and left gesture on the touch screen.
     */
    public static final int GESTURE_SWIPE_DOWN_AND_LEFT = 15;

    /**
     * The user has performed an down and right gesture on the touch screen.
     * The user has performed a down and right gesture on the touch screen.
     */
    public static final int GESTURE_SWIPE_DOWN_AND_RIGHT = 16;

+1 −1
Original line number Diff line number Diff line
@@ -2015,7 +2015,7 @@ public class AccountManager {
     *     null for no callback
     * @param handler {@link Handler} identifying the callback thread,
     *     null for the main thread
     * @return An {@link AccountManagerFuture} which resolves to a Boolean indicated wether it
     * @return An {@link AccountManagerFuture} which resolves to a Boolean indicated whether it
     * succeeded.
     * @hide
     */