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

Commit 9d7694fc 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 am: 470a0635

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


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