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

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

Merge "Fixed a bug where the notifications were not animating" into lmp-mr1-dev

parents 41975454 7b8157ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,8 +84,8 @@ public class NotificationContentView extends FrameLayout {
    }

    @Override
    protected void onFinishInflate() {
        super.onFinishInflate();
    protected void onAttachedToWindow() {
        super.onAttachedToWindow();
        updateVisibility();
    }