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

Commit 85a09039 authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Adjust ime insets for stack scroll layout" into tm-qpr-dev

parents 45fdabd5 8c51aa85
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1809,7 +1809,8 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable
    @Override
    @ShadeViewRefactor(RefactorComponent.COORDINATOR)
    public WindowInsets onApplyWindowInsets(WindowInsets insets) {
        mBottomInset = insets.getSystemWindowInsetBottom();
        mBottomInset = insets.getSystemWindowInsetBottom()
                + insets.getInsets(WindowInsets.Type.ime()).bottom;

        mWaterfallTopInset = 0;
        final DisplayCutout cutout = insets.getDisplayCutout();