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

Commit 96282152 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed a bug where the clipRect was not correctly reset" into lmp-dev

parents 30a94d86 c0f4c013
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1459,6 +1459,9 @@ public class NotificationStackScrollLayout extends ViewGroup
            // drawn when removed
            getOverlay().add(child);
        }

        // Make sure the clipRect we might have set is removed
        child.setClipBounds(null);
    }

    /**