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

Commit 967f40d2 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "SystemUI: Fixed bug that caused wimax signal strength to peg at full on...

Merge "SystemUI: Fixed bug that caused wimax signal strength to peg at full on the supersonic/speed" into gingerbread
parents d1b7dbb8 c2526e9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1281,7 +1281,7 @@ public class StatusBarPolicy {
            mService.setIcon("wimax", iconId, 0);
        } else if (action.equals(WimaxConstants.RSSI_CHANGED_ACTION)) {
            int rssi = intent.getIntExtra(WimaxConstants.EXTRA_NEW_RSSI_LEVEL, -200);
            int newSignalLevel = mWimaxSettingsHelper.calculateSignalLevel(rssi, 4);
            int newSignalLevel = rssi;

            int iconId;