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

Commit fd82449f authored by Massimo Carli's avatar Massimo Carli
Browse files

Fix JavaDoc reference

Flag: EXEMPT small javadoc change
Bug: b/384473893
Test: m

Change-Id: I8b26531252d88329bf233fdb37f3f64e5ec5b557
parent 197230a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -311,7 +311,7 @@ final class AppCompatConfiguration {


    // Whether should ignore app requested orientation in response to an app
    // Whether should ignore app requested orientation in response to an app
    // calling Activity#setRequestedOrientation. See
    // calling Activity#setRequestedOrientation. See
    // LetterboxUiController#shouldIgnoreRequestedOrientation for details.
    // AppCompatOrientationPolicy#shouldIgnoreRequestedOrientation for details.
    private final boolean mIsPolicyForIgnoringRequestedOrientationEnabled;
    private final boolean mIsPolicyForIgnoringRequestedOrientationEnabled;


    // Flags dynamically updated with {@link android.provider.DeviceConfig}.
    // Flags dynamically updated with {@link android.provider.DeviceConfig}.
@@ -1259,7 +1259,7 @@ final class AppCompatConfiguration {
    /**
    /**
     * Whether should ignore app requested orientation in response to an app calling
     * Whether should ignore app requested orientation in response to an app calling
     * {@link android.app.Activity#setRequestedOrientation}. See {@link
     * {@link android.app.Activity#setRequestedOrientation}. See {@link
     * LetterboxUiController#shouldIgnoreRequestedOrientation} for details.
     * AppCompatOrientationPolicy#shouldIgnoreRequestedOrientation} for details.
     */
     */
    boolean isPolicyForIgnoringRequestedOrientationEnabled() {
    boolean isPolicyForIgnoringRequestedOrientationEnabled() {
        return mIsPolicyForIgnoringRequestedOrientationEnabled;
        return mIsPolicyForIgnoringRequestedOrientationEnabled;