diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-10 22:39:06 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-10 22:39:06 +0200 |
commit | 7a2b9b1880612c78699f03f62697cdab4a7c6747 (patch) | |
tree | b1a4c4724fa284d6f0193fac53c265e98995ba4d /src/de/blinkt/openvpn/VPNProfileList.java | |
parent | 300c200ca2aa84e7778f4ef07112a8c6effff24e (diff) |
Add ability to export openvpn configuration. (closes issue #52)
Diffstat (limited to 'src/de/blinkt/openvpn/VPNProfileList.java')
-rw-r--r-- | src/de/blinkt/openvpn/VPNProfileList.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/VPNProfileList.java b/src/de/blinkt/openvpn/VPNProfileList.java index beadf53..aee3ce4 100644 --- a/src/de/blinkt/openvpn/VPNProfileList.java +++ b/src/de/blinkt/openvpn/VPNProfileList.java @@ -291,7 +291,8 @@ public class VPNProfileList extends ListFragment { return true; default: return false; - } } + } + } @Override public void onDestroyActionMode(ActionMode mode) { |