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

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

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

parents 5f76d18f be9eb1bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -633,6 +633,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;