Merge "Get MediaDevice from devices list" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cd329951ba
@@ -151,7 +151,7 @@ public class MediaDeviceUpdateWorker extends SliceBackgroundWorker
|
||||
}
|
||||
|
||||
MediaDevice getTopDevice() {
|
||||
return mTopDevice;
|
||||
return getMediaDeviceById(mTopDevice.getId());
|
||||
}
|
||||
|
||||
boolean addDeviceToPlayMedia(MediaDevice device) {
|
||||
|
Reference in New Issue
Block a user