selectHostItem method

void selectHostItem(
  1. String newHost
)

Implementation

void selectHostItem(String newHost) {
  isEncrypt = newHost != hostRc;
  switchIsEncrypt(isEncrypt);
}