Merge "Update dark mode when notification is updated" into lmp-mr1-dev
This commit is contained in:
@@ -124,6 +124,7 @@ public class NotificationContentView extends FrameLayout {
|
|||||||
mContractedChild = child;
|
mContractedChild = child;
|
||||||
mContractedWrapper = NotificationViewWrapper.wrap(getContext(), child);
|
mContractedWrapper = NotificationViewWrapper.wrap(getContext(), child);
|
||||||
selectLayout(false /* animate */, true /* force */);
|
selectLayout(false /* animate */, true /* force */);
|
||||||
|
mContractedWrapper.setDark(mDark, false /* animate */, 0 /* delay */);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setExpandedChild(View child) {
|
public void setExpandedChild(View child) {
|
||||||
|
|||||||
Reference in New Issue
Block a user