am 0d0bd44d: Merge "Update dark mode when notification is updated" into lmp-mr1-dev

* commit '0d0bd44d649c21cc7368a988a894d221e6731c0d':
  Update dark mode when notification is updated
This commit is contained in:
Jorim Jaggi
2014-12-09 15:18:15 +00:00
committed by Android Git Automerger

View File

@@ -124,6 +124,7 @@ public class NotificationContentView extends FrameLayout {
mContractedChild = child;
mContractedWrapper = NotificationViewWrapper.wrap(getContext(), child);
selectLayout(false /* animate */, true /* force */);
mContractedWrapper.setDark(mDark, false /* animate */, 0 /* delay */);
}
public void setExpandedChild(View child) {