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

Commit 8e781107 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

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

automerge: c9a39c7d

* commit 'c9a39c7d':
  Fixed a bug where the notifications were not animating
parents b986f82c c9a39c7d
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();
    }