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

Commit ab119de4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "SystemUI: Fix SystemUI FC issue"

parents 40bdc5eb 0266cf49
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);
    }