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

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

Merge "SoFTAP: fix multi tethering icons display"

parents 5e9e16c4 ab8ea669
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -684,10 +684,10 @@ public class Tethering extends BaseNetworkObserver {
                } else {
                    return;
                }
            }
            notificationManager.cancelAsUser(null, mTetheredNotification.icon,
                    UserHandle.ALL);
        }
        }

        Intent intent = new Intent();
        intent.setClassName("com.android.settings", "com.android.settings.TetherSettings");