diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2013-04-10 10:26:50 +0200 |
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2013-04-10 10:26:50 +0200 |
| commit | 33efe31b7b403672e8e0e21ba090bb9bf0afcba0 (patch) | |
| tree | 1d4836292d08e3801721ecdc698332c3cb1fa096 | |
| parent | bfb8c5672975ae6c11bf251bd2d2c308794dab73 (diff) | |
Do not close main window when starting a VPN Connection.
I am not sure why I did that in the first place.
| -rw-r--r-- | src/de/blinkt/openvpn/fragments/VPNProfileList.java | 2 |
1 files changed, 0 insertions, 2 deletions
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(); } } |
