Fix TLS decryption message visibility on resume

The decryption message was wrongly displayed with decryption disabled
This commit is contained in:
emanuele-f 2022-12-01 23:18:56 +01:00
parent 88304564e6
commit 235920b3cb

View File

@ -375,7 +375,8 @@ public class StatusFragment extends Fragment implements AppStateListener, MenuPr
mInterfaceInfo.setText(String.format(getResources().getString(R.string.socks5_info),
service.getSocks5ProxyAddress(), service.getSocks5ProxyPort()));
mInterfaceInfo.setVisibility(View.VISIBLE);
}
} else
mInterfaceInfo.setVisibility(View.GONE);
mAppFilter = CaptureService.getAppFilter();
refreshPcapDumpInfo();