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

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

Merge "StatusBar: Fix icons overlapped issue under CT mode"

parents 8178a208 e16ce208
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -232,6 +232,7 @@ public class MSimSignalClusterView
            if (showBoth3gAnd1x() || getMobileCdma3gId(strengthIcon) != 0) {
                mMobileCdmaVisible = true;
                mMobileCdma1xOnlyVisible = false;
                mMobileStrengthId[0] = 0;

                mMobileCdma1xId = strengthIcon;
                mMobileCdma3gId = getMobileCdma3gId(mMobileCdma1xId);
@@ -239,8 +240,12 @@ public class MSimSignalClusterView
                //when it is roaming, just show one icon, rather than two icons for CT.
                mMobileCdmaVisible = false;
                mMobileCdma1xOnlyVisible = true;
                mMobileStrengthId[0] = 0;

                mMobileCdma1xOnlyId = strengthIcon;
            } else {
                mMobileCdmaVisible = false;
                mMobileCdma1xOnlyVisible = false;
            }
        } else {
            mMobileCdmaVisible = false;
+5 −0
Original line number Diff line number Diff line
@@ -184,6 +184,7 @@ public class SignalClusterView
            if (showBoth3gAnd1x() || getMobileCdma3gId(strengthIcon) != 0) {
                mMobileCdmaVisible = true;
                mMobileCdma1xOnlyVisible = false;
                mMobileStrengthId = 0;

                mMobileCdma1xId = strengthIcon;
                mMobileCdma3gId = getMobileCdma3gId(mMobileCdma1xId);
@@ -191,8 +192,12 @@ public class SignalClusterView
                    && (show1xOnly() || isRoaming())) {
                mMobileCdmaVisible = false;
                mMobileCdma1xOnlyVisible = true;
                mMobileStrengthId = 0;

                mMobileCdma1xOnlyId = strengthIcon;
            } else {
                mMobileCdmaVisible = false;
                mMobileCdma1xOnlyVisible = false;
            }
        } else {
            mMobileCdmaVisible = false;