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

Commit 3b35810c 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 am: 4d063276

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

Change-Id: I5587dba25bd72768469532a1e924c31720ca942c
parents f2927298 4d063276
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);
                }
            });
        }
    };