Loading packages/SystemUI/src/com/android/systemui/assist/AssistManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -170,8 +170,10 @@ public class AssistManager { boolean visible = false; if (mView != null) { visible = mView.isShowing(); if (mView.isAttachedToWindow()) { mWindowManager.removeView(mView); } } mView = (AssistOrbContainer) LayoutInflater.from(mContext).inflate( R.layout.assist_orb, null); Loading Loading
packages/SystemUI/src/com/android/systemui/assist/AssistManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -170,8 +170,10 @@ public class AssistManager { boolean visible = false; if (mView != null) { visible = mView.isShowing(); if (mView.isAttachedToWindow()) { mWindowManager.removeView(mView); } } mView = (AssistOrbContainer) LayoutInflater.from(mContext).inflate( R.layout.assist_orb, null); Loading