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

Commit 26652755 authored by Mariia Sandrikova's avatar Mariia Sandrikova Committed by Automerger Merge Worker
Browse files

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

parents 19762ee3 b0830a8f
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