pull/214/head
M66B 8 months ago
parent 459a545a40
commit 9c76911a3f

@ -95,7 +95,6 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
private SwitchCompat swBindSocket; private SwitchCompat swBindSocket;
private SwitchCompat swStandaloneVpn; private SwitchCompat swStandaloneVpn;
private SwitchCompat swTcpKeepAlive; private SwitchCompat swTcpKeepAlive;
private TextView tvTcpKeepAliveHint;
private SwitchCompat swSslUpdate; private SwitchCompat swSslUpdate;
private SwitchCompat swSslHarden; private SwitchCompat swSslHarden;
private SwitchCompat swSslHardenStrict; private SwitchCompat swSslHardenStrict;
@ -159,7 +158,6 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
swBindSocket = view.findViewById(R.id.swBindSocket); swBindSocket = view.findViewById(R.id.swBindSocket);
swStandaloneVpn = view.findViewById(R.id.swStandaloneVpn); swStandaloneVpn = view.findViewById(R.id.swStandaloneVpn);
swTcpKeepAlive = view.findViewById(R.id.swTcpKeepAlive); swTcpKeepAlive = view.findViewById(R.id.swTcpKeepAlive);
tvTcpKeepAliveHint = view.findViewById(R.id.tvTcpKeepAliveHint);
swSslUpdate = view.findViewById(R.id.swSslUpdate); swSslUpdate = view.findViewById(R.id.swSslUpdate);
swSslHarden = view.findViewById(R.id.swSslHarden); swSslHarden = view.findViewById(R.id.swSslHarden);
swSslHardenStrict = view.findViewById(R.id.swSslHardenStrict); swSslHardenStrict = view.findViewById(R.id.swSslHardenStrict);

Loading…
Cancel
Save