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

Commit 230dc9df authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

am 8e781107: am b18cbb9a: Merge "Fixed a bug where the notifications were not...

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

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