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

Commit d3fa8720 authored by Susheel nyamala's avatar Susheel nyamala Committed by Steve Kondik
Browse files

MSIM: Fix for 3G symbol not displayed on T+G issue

On a DSDS Tdscdma+Gsm device, when DDS is set to Tdscdma sub,
3G symbol is not getting displayed.
Add code changes to update data icon to 3G for TD_SCDMA network type.

Change-Id: I3efdf1cc474e5b2316757de79200fc59ba196f52
CRs-Fixed: 546652
parent f77bd8eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -621,6 +621,7 @@ public class MSimNetworkController extends NetworkController {
                            // fall through
                        }
                    case TelephonyManager.NETWORK_TYPE_UMTS:
                    case TelephonyManager.NETWORK_TYPE_TD_SCDMA:
                        mDataIconList = TelephonyIcons.DATA_3G[mInetCondition];
                        mMSimDataTypeIconId[subscription] =
                                R.drawable.stat_sys_data_fully_connected_3g;