1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2024-12-30 20:05:04 +00:00

Stop graph when disabling NetGuard

Closes #196
This commit is contained in:
M66B 2015-12-14 10:11:05 +01:00
parent da51ebde73
commit 533c1428ef

View file

@ -225,6 +225,7 @@ public class SinkholeService extends VpnService {
vpn = null;
stopForeground(true);
}
stopStats();
break;
case stats: