Skip to content

Commit f10bcc4

Browse files
committed
fixed condition
1 parent b6cb76c commit f10bcc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/vk/admstorm/AdmStormStartupActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class AdmStormStartupActivity : ProjectActivity {
7979
val hasKphpStormNewVersion = hasNewVersion(AdmService.KPHPSTORM_PLUGIN_ID)
8080
val hasModuliteNewVersion = hasNewVersion(AdmService.MODULITE_PLUGIN_ID)
8181

82-
if (!(hasAdmNewerVersion && hasModuliteNewVersion && hasKphpStormNewVersion)) {
82+
if (!(hasAdmNewerVersion || hasModuliteNewVersion || hasKphpStormNewVersion)) {
8383
return
8484
}
8585

0 commit comments

Comments
 (0)