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

Commit 89c91039 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Correct position of divider bar when get display insets" into udc-dev...

Merge "Correct position of divider bar when get display insets" into udc-dev am: 862d7365 am: 3d377f2b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23264116



Change-Id: I27aeb7969b6e4c242f0df89cd0abc92e9f7df1a7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 9bf51ccb 3d377f2b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -709,7 +709,8 @@ public final class SplitLayout implements DisplayInsetsController.OnInsetsChange
        return context.getSystemService(WindowManager.class)
                .getMaximumWindowMetrics()
                .getWindowInsets()
                .getInsets(WindowInsets.Type.systemBars() | WindowInsets.Type.displayCutout())
                .getInsetsIgnoringVisibility(WindowInsets.Type.systemBars()
                        | WindowInsets.Type.displayCutout())
                .toRect();
    }