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

Commit c5f6c53c authored by Govinda Wasserman's avatar Govinda Wasserman Committed by Android (Google) Code Review
Browse files

Merge "Fixes AssistOrbController crash" into sc-qpr1-dev

parents 235484b0 3f3563c3
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);
                }
            });
        }
    };