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

Commit 58bdb859 authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

orbotservice: cancel only tor foreground service notification on stop.

parent 788bbd12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ public class OrbotService extends VpnService implements OrbotConstants {

    private void clearNotifications() {
        if (mNotificationManager != null)
            mNotificationManager.cancelAll();
            mNotificationManager.cancel(NOTIFY_ID);

        if (mOrbotRawEventListener != null)
            mOrbotRawEventListener.getNodes().clear();