Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java +1 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,7 @@ public class NotificationData { expandedIcon = null; throw new IconException("Couldn't create icon: " + ic); } expandedIcon.setVisibility(View.INVISIBLE); expandedIcon.setOnVisibilityChangedListener( newVisibility -> { if (row != null) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java +1 −0 Original line number Diff line number Diff line Loading @@ -208,6 +208,7 @@ public class NotificationData { expandedIcon = null; throw new IconException("Couldn't create icon: " + ic); } expandedIcon.setVisibility(View.INVISIBLE); expandedIcon.setOnVisibilityChangedListener( newVisibility -> { if (row != null) { Loading