diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-09 02:11:34 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-09 02:11:34 +0200 |
commit | e689637b7c3555c464f800f049fe4059b908ca27 (patch) | |
tree | 01feed96bd0559c660ec5ce45945c019c198d1a5 /src/de/blinkt/openvpn/LaunchVPN.java | |
parent | b2b46c1867bd7282c91f43e80e0763f86ec791d4 (diff) | |
parent | 6dc0a6c39024a9a6931b85f72d099072e1473595 (diff) |
Merge
Diffstat (limited to 'src/de/blinkt/openvpn/LaunchVPN.java')
-rw-r--r-- | src/de/blinkt/openvpn/LaunchVPN.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/LaunchVPN.java b/src/de/blinkt/openvpn/LaunchVPN.java index 28abaf3d..88c14da3 100644 --- a/src/de/blinkt/openvpn/LaunchVPN.java +++ b/src/de/blinkt/openvpn/LaunchVPN.java @@ -291,7 +291,7 @@ public class LaunchVPN extends ListActivity implements OnItemClickListener { try { startActivityForResult(intent, START_VPN_PROFILE); } catch (ActivityNotFoundException ane){ - Toast.makeText(this, "Your image does not support the VPNService API,sorry :(", Toast.LENGTH_LONG); + Toast.makeText(this, "Your image does not support the VPNService API,sorry :(", Toast.LENGTH_LONG).show(); } } else { onActivityResult(START_VPN_PROFILE, Activity.RESULT_OK, null); |