summaryrefslogtreecommitdiff
path: root/src/se/leap/openvpn/OpenVpnService.java
diff options
context:
space:
mode:
authorcyBerta <richy@cyborgsociety.org>2013-12-16 20:02:54 +0100
committercyBerta <richy@cyborgsociety.org>2013-12-16 20:02:54 +0100
commit72f1d170adbaa08ca846a0e4ec77556c9a7ffc7d (patch)
treec70d1bdce6b9d24b1a63585dbca8881913fbaf4d /src/se/leap/openvpn/OpenVpnService.java
parentff4d4fde206a405064e48f49edcc7ce46ca68fab (diff)
remove 'Assigning IP address' from the progress notification (#4661)
Diffstat (limited to 'src/se/leap/openvpn/OpenVpnService.java')
-rw-r--r--src/se/leap/openvpn/OpenVpnService.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/se/leap/openvpn/OpenVpnService.java b/src/se/leap/openvpn/OpenVpnService.java
index f5b932f2..b5c9c798 100644
--- a/src/se/leap/openvpn/OpenVpnService.java
+++ b/src/se/leap/openvpn/OpenVpnService.java
@@ -482,8 +482,7 @@ public class OpenVpnService extends VpnService implements StateListener, Callbac
if (("NOPROCESS".equals(state) ) || ("EXITING").equals(state)){
showNotification(state, getString(R.string.eip_state_not_connected), ticker, false, 0, persist);
}
- else if (state.equals("GET_CONFIG")){
-
+ else if (state.equals("GET_CONFIG") || state.equals("ASSIGN_IP")){ //don't show them in the notification message
}
else{
persist = true;