Loading packages/SystemUI/src/com/android/systemui/assist/AssistManager.java 100644 → 100755 +3 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,9 @@ public class AssistManager { } private void maybeSwapSearchIcon(@NonNull ComponentName assistComponent, boolean isService) { if(mView == null) { onConfigurationChanged(); } replaceDrawable(mView.getOrb().getLogo(), assistComponent, ASSIST_ICON_METADATA_NAME, isService); } Loading Loading
packages/SystemUI/src/com/android/systemui/assist/AssistManager.java 100644 → 100755 +3 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,9 @@ public class AssistManager { } private void maybeSwapSearchIcon(@NonNull ComponentName assistComponent, boolean isService) { if(mView == null) { onConfigurationChanged(); } replaceDrawable(mView.getOrb().getLogo(), assistComponent, ASSIST_ICON_METADATA_NAME, isService); } Loading