Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java +5 −2 Original line number Diff line number Diff line Loading @@ -643,9 +643,12 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL if (previewBefore != null) { mPreviewContainer.removeView(previewBefore); } if (mLeftIsVoiceAssist) { if (Dependency.get(AssistManager.class).getVoiceInteractorComponentName() != null) { mLeftPreview = mPreviewInflater.inflatePreviewFromService( Dependency.get(AssistManager.class).getVoiceInteractorComponentName()); } } else { mLeftPreview = mPreviewInflater.inflatePreview(mLeftButton.getIntent()); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java +5 −2 Original line number Diff line number Diff line Loading @@ -643,9 +643,12 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL if (previewBefore != null) { mPreviewContainer.removeView(previewBefore); } if (mLeftIsVoiceAssist) { if (Dependency.get(AssistManager.class).getVoiceInteractorComponentName() != null) { mLeftPreview = mPreviewInflater.inflatePreviewFromService( Dependency.get(AssistManager.class).getVoiceInteractorComponentName()); } } else { mLeftPreview = mPreviewInflater.inflatePreview(mLeftButton.getIntent()); } Loading