Merge "Dynamic grouping failed the first time" into rvc-dev am: 2e16d78872 am: 03f59415ce am: 0de5e57557 am: cc24b800a1
Change-Id: Ib549b029529b673a93a92df8e33f9d78fcfff52e
This commit is contained in:
@@ -83,6 +83,9 @@ public class MediaOutputGroupSlice implements CustomSliceable {
|
||||
final IconCompat titleIcon = IconCompat.createWithResource(mContext,
|
||||
R.drawable.ic_speaker_group_black_24dp);
|
||||
final Bitmap emptyBitmap = Bitmap.createBitmap(1, 1, Bitmap.Config.ARGB_8888);
|
||||
if (getWorker() == null) {
|
||||
return listBuilder.build();
|
||||
}
|
||||
final int maxVolume = getWorker().getSessionVolumeMax();
|
||||
final String title = mContext.getString(R.string.media_output_group);
|
||||
final SliceAction primaryAction = SliceAction.createDeeplink(
|
||||
|
||||
Reference in New Issue
Block a user