Disabled auto start notification

This commit is contained in:
M66B 2020-08-26 12:26:56 +02:00
parent 151464d266
commit c6c985d454
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
if (VpnService.prepare(ServiceSinkhole.this) == null) {
Log.w(TAG, "VPN prepared connected=" + last_connected);
if (last_connected && !(ex instanceof StartFailedException)) {
showAutoStartNotification();
//showAutoStartNotification();
if (!Util.isPlayStoreInstall(ServiceSinkhole.this))
showErrorNotification(ex.toString());
}