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

Commit 470a0635 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Adjust ime insets for stack scroll layout" into tm-qpr-dev am: 85a09039

parents 5246e464 85a09039
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();