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

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

Merge "Ensure shade is collapsed on app launch" into main

parents 8e2e0c37 308abeb3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1044,6 +1044,10 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump
                                mView.setTranslationY(0f);
                            })
                            .start();
                } else {
                    mView.postDelayed(() -> {
                        instantCollapse();
                    }, unlockAnimationStartDelay);
                }
            }
        }