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

Commit 7b8157ef authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed a bug where the notifications were not animating

Bug: 18463381
Change-Id: I1064535f120dbc334a10d70b7fef232adb08a45f
parent 04b6a6d3
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();
    }