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

Commit b45fa853 authored by Phil Weaver's avatar Phil Weaver Committed by android-build-merger
Browse files

Merge "Don't request accessibility focus in volume dialog" into pi-dev

am: 5b2a506e

Change-Id: Ia99f7a7f0dbb750597b46c485a71cf776dd051c0
parents f6d341b9 5b2a506e
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);
                        }