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

Commit ec140f60 authored by Phil Weaver's avatar Phil Weaver
Browse files

Don't request accessibility focus in volume dialog

Bug: 72824733
Test: Manually verify that TalkBack no longer announces
the entire contents of the dialog when pressing a volume
key.

Change-Id: I33162ecef8b9ef5e872a0291c5f3188c0c9d3dc1
parent 66b90a03
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -212,7 +212,6 @@ public class VolumeDialogImpl implements VolumeDialog {
                    .setDuration(300)
                    .setInterpolator(new SystemUIInterpolators.LogDecelerateInterpolator())
                    .withEndAction(() -> {
                        mWindow.getDecorView().requestAccessibilityFocus();
                        if (!Prefs.getBoolean(mContext, Prefs.Key.TOUCHED_RINGER_TOGGLE, false)) {
                            mRingerIcon.postOnAnimationDelayed(mSinglePress, 1500);
                        }