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

Commit df73a558 authored by repo sync's avatar repo sync Committed by Android (Google) Code Review
Browse files

Merge "Fix wifi data activity icons"

parents 82afa6e6 ecc430e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -786,6 +786,7 @@ public class NetworkController extends BroadcastReceiver {
                        mWifiActivityIconId = R.drawable.stat_sys_wifi_inout;
                        break;
                    case WifiManager.DATA_ACTIVITY_NONE:
                        mWifiActivityIconId = 0;
                        break;
                }
            }