Fixed a bug where the expand button was invisible

Since the view wasn't layouted yet it was layouting it wrongly

Change-Id: I62fcdde1eda457bab74765a290865b1749b08dac
Fixes: 28869354
This commit is contained in:
Selim Cinek
2016-05-24 16:55:13 -07:00
parent ea66ca0225
commit 5f56d85552

View File

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