Skip to content

Commit 9a44e7d

Browse files
committed
fixed condition
1 parent 67c2b5f commit 9a44e7d

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
@@ -77,7 +77,7 @@ class AdmStormStartupActivity : ProjectActivity {
7777
val hasKphpStormNewVersion = hasNewVersion(AdmService.KPHPSTORM_PLUGIN_ID)
7878
val hasModuliteNewVersion = hasNewVersion(AdmService.MODULITE_PLUGIN_ID)
7979

80-
if (!(hasAdmNewerVersion && hasModuliteNewVersion && hasKphpStormNewVersion)) {
80+
if (!(hasAdmNewerVersion || hasModuliteNewVersion || hasKphpStormNewVersion)) {
8181
return
8282
}
8383

0 commit comments

Comments
 (0)