Merge "Talkback focus doesn't move in liner order after tapping selected option in switch device panel" into rvc-dev am: 16d773c865
am: 94b20912cf
Change-Id: I2a60a88f4fe61b7e74c5e0a9746264089c629a9b
This commit is contained in:
@@ -128,10 +128,11 @@ public class MediaDeviceUpdateWorker extends SliceBackgroundWorker
|
||||
|
||||
public void connectDevice(MediaDevice device) {
|
||||
ThreadUtils.postOnBackgroundThread(() -> {
|
||||
mLocalMediaManager.connectDevice(device);
|
||||
ThreadUtils.postOnMainThread(() -> {
|
||||
notifySliceChange();
|
||||
});
|
||||
if (mLocalMediaManager.connectDevice(device)) {
|
||||
ThreadUtils.postOnMainThread(() -> {
|
||||
notifySliceChange();
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user