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

Commit ba88d61f authored by Harry Cutts's avatar Harry Cutts
Browse files

Fix typo in setStylusScaleEnabled Javadoc

Bug: 245989146
Change-Id: I900a3b6f1e872e49c68a1ed98670a3e6bc947084
Test: Treehugger
Flag: DOCS_ONLY
parent 80084aef
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -446,7 +446,7 @@ public class ScaleGestureDetector {
    }
    }


    /**
    /**
     * Sets whether the associates {@link OnScaleGestureListener} should receive
     * Sets whether the associated {@link OnScaleGestureListener} should receive
     * onScale callbacks when the user uses a stylus and presses the button.
     * onScale callbacks when the user uses a stylus and presses the button.
     * Note that this is enabled by default if the app targets API 23 and newer.
     * Note that this is enabled by default if the app targets API 23 and newer.
     *
     *