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

Commit be2ae74f authored by Michael Mikhail's avatar Michael Mikhail Committed by Automerger Merge Worker
Browse files

Merge "Reschedule timeout when accessibility event occurs" into udc-dev am:...

Merge "Reschedule timeout when accessibility event occurs" into udc-dev am: b2998a4c am: 41f45549

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23564380



Change-Id: I5574f5592dfd70222f9d410f4b1e3912100b958d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1981dd3b 41f45549
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -390,8 +390,6 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable,
    public void init(int windowType, Callback callback) {
        initDialog(mActivityManager.getLockTaskModeState());

        mAccessibility.init();

        mController.addCallback(mControllerCallbackH, mHandler);
        mController.getState();

@@ -677,6 +675,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable,
        initRingerH();
        initSettingsH(lockTaskModeState);
        initODICaptionsH();
        mAccessibility.init();
    }

    private boolean isWindowGravityLeft() {