Suppress error notification

This commit is contained in:
M66B 2016-07-14 06:16:47 +02:00
parent 1e33cf068d
commit 6be13a6f71
1 changed files with 2 additions and 1 deletions

View File

@ -351,7 +351,8 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
Log.w(TAG, "VPN not prepared connected=" + last_connected);
if (last_connected) {
showAutoStartNotification();
showErrorNotification(ex.toString());
if (!Util.isPlayStoreInstall(ServiceSinkhole.this))
showErrorNotification(ex.toString());
}
// Retried on connectivity change
} else {