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

Commit e85c378b authored by Sravanthi Palakonda's avatar Sravanthi Palakonda Committed by Gerrit - the friendly Code Review server
Browse files

Revert "Remove notification for SoftAP turned on"

This reverts commit 2576a808.

Change-Id: I0845e9d8f2ef61b0dd560e6f3c683e6972956d29
CRs-Fixed: 815948
parent 21f030c9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -656,8 +656,7 @@ public class Tethering extends BaseNetworkObserver {
            if (bluetoothTethered) {
                showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_general);
            } else {
                /* We now have a status bar icon for WifiTethering, so drop the notification */
                clearTetheredNotification();
                showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_wifi);
            }
        } else if (bluetoothTethered) {
            showTetheredNotification(com.android.internal.R.drawable.stat_sys_tether_bluetooth);