Skip to content
Snippets Groups Projects
Commit c3cbb7c8 authored by Mark McKinnon's avatar Mark McKinnon
Browse files

Update CTMalwareScannerOptionsPanel.java

fix disappearing screen
parent bad497cb
No related branches found
No related tags found
No related merge requests found
......@@ -506,8 +506,6 @@ private synchronized void renderLicenseState() {
StringUtils.defaultString(this.licenseInfo.getDecryptedLicense().getCustomerEmail())));
}
this.malwareScansPanel.setVisible(StringUtils.isNotBlank(this.authTokenMessage) || authTokenResponse != null);
this.malwareScansMessageLabel.setVisible(StringUtils.isNotBlank(this.authTokenMessage));
this.malwareScansMessageLabel.setText(this.authTokenMessage);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment