From 33efe31b7b403672e8e0e21ba090bb9bf0afcba0 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Wed, 10 Apr 2013 10:26:50 +0200 Subject: Do not close main window when starting a VPN Connection. I am not sure why I did that in the first place. --- src/de/blinkt/openvpn/fragments/VPNProfileList.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/de') diff --git a/src/de/blinkt/openvpn/fragments/VPNProfileList.java b/src/de/blinkt/openvpn/fragments/VPNProfileList.java index b616f656..d24aafc5 100644 --- a/src/de/blinkt/openvpn/fragments/VPNProfileList.java +++ b/src/de/blinkt/openvpn/fragments/VPNProfileList.java @@ -315,7 +315,5 @@ public class VPNProfileList extends ListFragment { intent.putExtra(LaunchVPN.EXTRA_KEY, profile.getUUID().toString()); intent.setAction(Intent.ACTION_MAIN); startActivity(intent); - - getActivity().finish(); } } -- cgit v1.2.3