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

Commit 6c07d022 authored by Govinda Wasserman's avatar Govinda Wasserman Committed by Automerger Merge Worker
Browse files

Merge "Fixes AssistOrbController crash" into sc-qpr1-dev am: c5f6c53c

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

Change-Id: I7f464398e096295c81f1c3b137fcae9e3cc6530e
parents 66b78c80 c5f6c53c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -57,7 +57,9 @@ public class AssistOrbController {
        public void run() {
            mView.removeCallbacks(this);
            mView.show(false /* show */, true /* animate */, () -> {
                if (mView.isAttachedToWindow()) {
                    mWindowManager.removeView(mView);
                }
            });
        }
    };