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

Fix something something strange, update OpenVPN

This commit is contained in:
Arne Schwabe 2015-10-10 12:57:34 +02:00
parent 24deec6b83
commit b8f9b94aa7
2 changed files with 5 additions and 2 deletions

@ -1 +1 @@
Subproject commit f4b1ce320a187967f70d33a8c104bddefe40238f
Subproject commit a0720c827f4c3ab0523ea9bf963efd3da6c87e9e

View File

@ -73,7 +73,10 @@ public class ConnectionsAdapter extends RecyclerView.Adapter<ConnectionsAdapter.
mConnectionsAdapter = connectionsAdapter;
addListeners();
/* This is totally weird */
if (mRemoteSwitch!=null)
addListeners();
}
public void addListeners() {