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

Commit e6b32ffe authored by Scott Brady's avatar Scott Brady
Browse files

Set the data type icon to 0 when connected to wifi

Fix issue of mobile data type being shown when connected to wifi.
parent e3a56d8e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -923,6 +923,7 @@ public class NetworkController extends BroadcastReceiver {
                }
            }

            mDataTypeIconId = 0;
            combinedActivityIconId = mWifiActivityIconId;
            combinedSignalIconId = mWifiIconId; // set by updateWifiIcons()
            mContentDescriptionCombinedSignal = mContentDescriptionWifi;