Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16d773c8 authored by tim peng's avatar tim peng Committed by Android (Google) Code Review
Browse files

Merge "Talkback focus doesn't move in liner order after tapping selected...

Merge "Talkback focus doesn't move in liner order after tapping selected option in switch device panel" into rvc-dev
parents d1d32e7d 17e2e158
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -128,10 +128,11 @@ public class MediaDeviceUpdateWorker extends SliceBackgroundWorker

    public void connectDevice(MediaDevice device) {
        ThreadUtils.postOnBackgroundThread(() -> {
            mLocalMediaManager.connectDevice(device);
            if (mLocalMediaManager.connectDevice(device)) {
                ThreadUtils.postOnMainThread(() -> {
                    notifySliceChange();
                });
            }
        });
    }