Merge "Talkback focus doesn't move in liner order after tapping selected option in switch device panel" into rvc-dev
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