1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-02-22 14:21:01 +00:00

Fixed initial state

This commit is contained in:
M66B 2017-08-09 15:02:29 +02:00
parent 906fb3ab13
commit 16888d4c19

View file

@ -2140,6 +2140,7 @@ public class ServiceSinkhole extends VpnService implements SharedPreferences.OnS
@Override
public void onCreate() {
startForeground(NOTIFY_WAITING, getWaitingNotification());
state = State.waiting;
Log.i(TAG, "Create version=" + Util.getSelfVersionName(this) + "/" + Util.getSelfVersionCode(this));