Skip to content

Commit cbc2f4d

Browse files
committed
boolean flag
1 parent a14e6c1 commit cbc2f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/notifications/NotificationPollingService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ data class NotificationEtagConfiguration(
9191

9292
@Service(Service.Level.APP)
9393
internal final class NotificationPollingService : Disposable {
94-
private val isFirstPoll = AtomicBoolean(false)
94+
private val isFirstPoll = AtomicBoolean(true)
9595
private val isStartup = AtomicBoolean(true)
9696
private val observers = mutableListOf<(Boolean) -> Unit>()
9797
private val alarm = AlarmFactory.getInstance().create(Alarm.ThreadToUse.POOLED_THREAD, this)

0 commit comments

Comments
 (0)