Skip to content

Commit

Permalink
SystemUI: Fix signal cluster hiding data icon on data disabled.
Browse files Browse the repository at this point in the history
 972a6e6 removed the zero'ing of the datatype icon, restore the
 original behavior.

Change-Id: I5794582673b13835d9264d7615d640308bf3fbe3
(cherry picked from commit 57829ee)
  • Loading branch information
Adnan authored and caseykelsocyngn committed Dec 5, 2014
1 parent c0b3d07 commit 15e59e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,7 @@ else if (!mMSimDataConnected[subscription] && !mWifiConnected && !mBluetoothTeth
if (!mMSimDataConnected[subscription]) {
if (DEBUG) Slog.d(TAG, "refreshViews: Data not connected!! Set no data type icon / Roaming for"
+ " subscription: " + subscription);
mMSimDataTypeIconId[subscription] = 0;
if (subscription == dataSub) mQSDataTypeIconId = 0;
if (isCdma(subscription)) {
if (isCdmaEri(subscription)) {
Expand Down

0 comments on commit 15e59e7

Please sign in to comment.