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

This commit is contained in:
Selim Cinek
2016-05-25 18:14:56 +00:00
committed by Android (Google) Code Review

View File

@@ -263,6 +263,7 @@ public class NotificationContentView extends FrameLayout {
invalidateOutline(); invalidateOutline();
selectLayout(false /* animate */, mForceSelectNextLayout /* force */); selectLayout(false /* animate */, mForceSelectNextLayout /* force */);
mForceSelectNextLayout = false; mForceSelectNextLayout = false;
updateExpandButtons(mExpandable);
} }
@Override @Override