Revised connection options

This commit is contained in:
M66B
2022-05-31 10:10:44 +02:00
parent 6ff8d27f5f
commit 3f285d3645
2 changed files with 2 additions and 3 deletions

View File

@@ -263,9 +263,6 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
}
});
swTcpKeepAlive.setVisibility(debug || BuildConfig.DEBUG ? View.VISIBLE : View.GONE);
tvTcpKeepAliveHint.setVisibility(debug || BuildConfig.DEBUG ? View.VISIBLE : View.GONE);
swTcpKeepAlive.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {