mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-07-03 21:21:12 +08:00
Fix TLS decryption message visibility on resume
The decryption message was wrongly displayed with decryption disabled
This commit is contained in:
parent
88304564e6
commit
235920b3cb
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user