Skip to content

Commit 8ee0df9

Browse files
committed
app names constants
1 parent 1f22286 commit 8ee0df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/updates/ui/UIResourcesService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class UIResourcesService {
3131

3232
private fun waitForUiStartupToComplete() {
3333

34-
if (uiVersioningServiceStartupLock.count == 0L) {
34+
if (uiVersioningServiceStartupLock.count <= 0L) {
3535
return
3636
}
3737

0 commit comments

Comments
 (0)