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

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

Merge "SystemUI: Show only one airplane mode string at the bottom of keyguard"

parents 72dd9136 a796a5d3
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -497,9 +497,11 @@ public class MSimNetworkControllerImpl extends NetworkControllerImpl {

    private void setCarrierText() {
        String carrierName = mCarrierTextSub[PHONE_ID1];
        if (!mAirplaneMode) {
            for (int i = 1; i < mPhoneCount; i++) {
                carrierName = carrierName + "    " + mCarrierTextSub[i];
            }
        }

        if (mContext.getResources().getBoolean(R.bool.config_showDataConnectionView)) {
            for (int i = 0; i < mSubsLabelViews.size(); i++) {