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

Commit 6c05803e authored by Julia Tuttle's avatar Julia Tuttle Committed by Android (Google) Code Review
Browse files

Merge "NSSL: requestLayout on split shade change" into main

parents 318f3b84 047546e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5525,6 +5525,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable
            mAmbientState.setUseSplitShade(split);
            updateDismissBehavior();
            updateUseRoundedRectClipping();
            requestLayout();
        }
    }