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

Commit aefb79b2 authored by Vinit Deshpande's avatar Vinit Deshpande Committed by Android Git Automerger
Browse files

am 31bd4220: Merge "Remove notification for SoftAP turned on" into lmp-mr1-dev

* commit '31bd4220':
  Remove notification for SoftAP turned on
parents c7d8a48b 31bd4220
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -429,7 +429,8 @@ public class Tethering extends BaseNetworkObserver {
            if (bluetoothTethered) {
                showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_general);
            } else {
                showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_wifi);
                /* We now have a status bar icon for WifiTethering, so drop the notification */
                clearTetheredNotification();
            }
        } else if (bluetoothTethered) {
            showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_bluetooth);