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

Commit f3018bc5 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: Ia7bfba0e245781f80bb1d7a9a068f765661177a7
parents 62eec265 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