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

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

Merge "Fixed a bug where the expand button was invisible" into nyc-dev

parents 16323615 5f56d855
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -263,6 +263,7 @@ public class NotificationContentView extends FrameLayout {
        invalidateOutline();
        selectLayout(false /* animate */, mForceSelectNextLayout /* force */);
        mForceSelectNextLayout = false;
        updateExpandButtons(mExpandable);
    }

    @Override