Skip to content

Commit 32ae332

Browse files
committed
Add comment
1 parent adc2700 commit 32ae332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-sessions/src/main/kotlin/com/google/firebase/sessions/SharedSessionRepository.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ constructor(
119119
CoroutineScope(backgroundDispatcher).launch {
120120
try {
121121
sessionDataStore.updateData { currentSessionData ->
122+
// Check again using the current session data on disk
122123
val isSessionExpired = isSessionExpired(currentSessionData)
123124
val isColdStart = isColdStart(currentSessionData)
124125
val isMyProcessStale = isMyProcessStale(currentSessionData)

0 commit comments

Comments
 (0)