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

Commit 0f7b150d authored by Naomi Musgrave's avatar Naomi Musgrave Committed by Automerger Merge Worker
Browse files

Merge "[1/n] Introduce API for all available max WindowMetrics" into sc-v2-dev...

Merge "[1/n] Introduce API for all available max WindowMetrics" into sc-v2-dev am: aca90d6d am: f8e8e36f

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

Change-Id: Ia04fdf1c680df6162c7768c98f66f9769ee7745d
parents 06c8b28b f8e8e36f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -333,7 +333,8 @@ public final class WindowManagerImpl implements WindowManager {
                    .getWindowInsets(attrs, displayId, insetsState);
            return insetsState.calculateInsets(bounds, null /* ignoringVisibilityState*/,
                    isScreenRound, alwaysConsumeSystemBars, SOFT_INPUT_ADJUST_NOTHING, attrs.flags,
                    SYSTEM_UI_FLAG_VISIBLE, attrs.type, windowingMode, null /* typeSideMap */);
                    SYSTEM_UI_FLAG_VISIBLE, attrs.type, windowingMode,
                    null /* typeSideMap */);
        } catch (RemoteException e) {
            throw e.rethrowFromSystemServer();
        }