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

Commit df7d8b04 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:...

Merge "Fixed a bug where the expand button was invisible" into nyc-dev am: 6088cf67 am: f3018bc5
am: 0c7f3ea0

* commit '0c7f3ea0':
  Fixed a bug where the expand button was invisible

Change-Id: Iac09d6f897c3133949184ab4ac4bec7f71cf4be6
parents 78598b87 0c7f3ea0
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