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

Commit b0830a8f authored by Mariia Sandrikova's avatar Mariia Sandrikova Committed by Android (Google) Code Review
Browse files

Merge "Allow to move SCM Letterbox with Taskbar visible" into tm-qpr-dev

parents 3528f212 d5f15e2e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -962,8 +962,8 @@ final class LetterboxUiController {
                && (parentConfiguration.orientation == ORIENTATION_LANDSCAPE
                        && mActivityRecord.getOrientationForReachability() == ORIENTATION_PORTRAIT)
                // Check whether the activity fills the parent vertically.
                && parentConfiguration.windowConfiguration.getBounds().height()
                        == mActivityRecord.getBounds().height();
                && parentConfiguration.windowConfiguration.getAppBounds().height()
                        <= mActivityRecord.getBounds().height();
    }

    @VisibleForTesting