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

Commit 09c41a97 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 am: 464f75f0

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



Change-Id: I6b7fda95bc2f6944c61383c28233e9ebc52b257e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents a5b1fa0c 464f75f0
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() {