0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 12:02:28 +02:00

Do not close main window when starting a VPN Connection.

I am not sure why I did that in the first place.
This commit is contained in:
Arne Schwabe 2013-04-10 10:26:50 +02:00
parent bfb8c56729
commit 33efe31b7b

View File

@ -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();
}
}