People do not read anyway

This commit is contained in:
M66B 2019-05-05 16:48:31 +02:00
parent cf800398df
commit 76fe5d9c2c
1 changed files with 2 additions and 2 deletions

View File

@ -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());