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

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

Merge "SystemUI: Don't refresh mobile label for non-data SubId"

parents 9c37ec79 ddee26be
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -1349,6 +1349,7 @@ public class MSimNetworkControllerImpl extends NetworkControllerImpl {

        // mobile label
        N = mMobileLabelViews.size();
        if (phoneId == dataSub) {
            for (int i=0; i<N; i++) {
                TextView v = mMobileLabelViews.get(i);
                v.setText(mobileLabel);
@@ -1358,6 +1359,7 @@ public class MSimNetworkControllerImpl extends NetworkControllerImpl {
                    v.setVisibility(View.VISIBLE);
                }
            }
        }
        setCarrierText();
    }