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

Commit b4ff0090 authored by Roy Chou's avatar Roy Chou Committed by Android (Google) Code Review
Browse files

Merge "fix(#MagnificationConfig): update isActivated javadoc"

parents 1fd8a374 b94db46c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -107,7 +107,7 @@ public final class MagnificationConfig implements Parcelable {
     * Returns the activated state of the controlling magnifier. The controlling magnifier can be
     * Returns the activated state of the controlling magnifier. The controlling magnifier can be
     * activated even if the scale returned by {@link MagnificationConfig#getScale()} equals to 1.0.
     * activated even if the scale returned by {@link MagnificationConfig#getScale()} equals to 1.0.
     *
     *
     * @return {@code true} if the magnifier is showing on screen,
     * @return {@code true} if the magnifier is activated and showing on screen,
     *         {@code false} otherwise.
     *         {@code false} otherwise.
     */
     */
    public boolean isActivated() {
    public boolean isActivated() {