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

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

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

am: 6088cf67

* commit '6088cf67':
  Fixed a bug where the expand button was invisible

Change-Id: Ie34550e3dc313949cceb66afd40ccfd22cd7ddd8
parents def15105 6088cf67
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