Merge "Fixed a crash with notification groups" into nyc-dev
am: c152dacc37
* commit 'c152dacc37bd850b06a37e18fba77308e8c9f939':
Fixed a crash with notification groups
Change-Id: I6b76008e357e6459abc2775f992d95bd6a706e68
This commit is contained in:
@@ -1097,7 +1097,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
|
|||||||
mIsSystemExpanded = expand;
|
mIsSystemExpanded = expand;
|
||||||
notifyHeightChanged(false /* needsAnimation */);
|
notifyHeightChanged(false /* needsAnimation */);
|
||||||
logExpansionEvent(false, wasExpanded);
|
logExpansionEvent(false, wasExpanded);
|
||||||
if (mChildrenContainer != null) {
|
if (mIsSummaryWithChildren) {
|
||||||
mChildrenContainer.updateGroupOverflow();
|
mChildrenContainer.updateGroupOverflow();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1172,7 +1172,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void updateChildrenHeaderAppearance() {
|
public void updateChildrenHeaderAppearance() {
|
||||||
if (mChildrenContainer != null) {
|
if (mIsSummaryWithChildren) {
|
||||||
mChildrenContainer.updateChildrenHeaderAppearance();
|
mChildrenContainer.updateChildrenHeaderAppearance();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user