Loading packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +5 −1 Original line number Diff line number Diff line Loading @@ -573,7 +573,11 @@ public class VolumeDialogImpl implements VolumeDialog, if (!vis && stream == mAllyStream) { return; } Util.setVisOrGone(findRow(stream).view, vis); VolumeRow streamRow = findRow(stream); if (streamRow != null && streamRow.view != null) { Util.setVisOrGone(streamRow.view, vis); } } private void updateExpandedRows(boolean expand) { Loading Loading
packages/SystemUI/src/com/android/systemui/volume/VolumeDialogImpl.java +5 −1 Original line number Diff line number Diff line Loading @@ -573,7 +573,11 @@ public class VolumeDialogImpl implements VolumeDialog, if (!vis && stream == mAllyStream) { return; } Util.setVisOrGone(findRow(stream).view, vis); VolumeRow streamRow = findRow(stream); if (streamRow != null && streamRow.view != null) { Util.setVisOrGone(streamRow.view, vis); } } private void updateExpandedRows(boolean expand) { Loading