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

Commit a826791b 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 "wifi icon overlaps mobile signal icon" issue for single sim"

parents 76ba0d07 fb1d6881
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -314,7 +314,8 @@ public class SignalClusterView
        }

        if (mMobileVisible && mWifiVisible &&
                ((mIsAirplaneMode) || (mNoSimIconId != 0))) {
                ((mIsAirplaneMode) || (mNoSimIconId != 0) ||
                (mStyle != STATUS_BAR_STYLE_ANDROID_DEFAULT))) {
            mSpacer.setVisibility(View.INVISIBLE);
        } else {
            mSpacer.setVisibility(View.GONE);