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

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

Merge "MSIM: Refresh mobile data label on statusbar"

parents 9fc62eca 2dcfb9f3
Loading
Loading
Loading
Loading
+13 −9
Original line number Diff line number Diff line
@@ -1173,6 +1173,9 @@ public class MSimNetworkController extends NetworkController {
            }
        }

        //Update mobile label only for preferred data subscription and in airplane mode
        if (subscription ==
                MSimTelephonyManager.getDefault().getPreferredDataSubscription() || mAirplaneMode) {
            // mobile label
            N = mMobileLabelViews.size();
            for (int i=0; i<N; i++) {
@@ -1184,6 +1187,7 @@ public class MSimNetworkController extends NetworkController {
                    v.setVisibility(View.VISIBLE);
                }
            }
        }
        setCarrierText();
    }