mirror of https://github.com/M66B/NetGuard.git
People do not read anyway
This commit is contained in:
parent
cf800398df
commit
76fe5d9c2c
|
@ -464,8 +464,8 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
|
|||
|
||||
if (cmd == Command.start || cmd == Command.reload) {
|
||||
if (VpnService.prepare(ServiceSinkhole.this) == null) {
|
||||
Log.w(TAG, "VPN not prepared connected=" + last_connected);
|
||||
if (last_connected) {
|
||||
Log.w(TAG, "VPN prepared connected=" + last_connected);
|
||||
if (last_connected && !(ex instanceof StartFailedException)) {
|
||||
showAutoStartNotification();
|
||||
if (!Util.isPlayStoreInstall(ServiceSinkhole.this))
|
||||
showErrorNotification(ex.toString());
|
||||
|
|
Loading…
Reference in New Issue