summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/de/blinkt/openvpn/core/DeviceStateReceiver.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/de/blinkt/openvpn/core/DeviceStateReceiver.java b/src/de/blinkt/openvpn/core/DeviceStateReceiver.java
index cf7493a0..56f6ccd6 100644
--- a/src/de/blinkt/openvpn/core/DeviceStateReceiver.java
+++ b/src/de/blinkt/openvpn/core/DeviceStateReceiver.java
@@ -228,6 +228,7 @@ public class DeviceStateReceiver extends BroadcastReceiver implements ByteCountL
return pauseReason.noNetwork;
assert(false);
+ return pauseReason.userPause;
}
private NetworkInfo getCurrentNetworkInfo(Context context) {