We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc2700 commit 32ae332Copy full SHA for 32ae332
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/SharedSessionRepository.kt
@@ -119,6 +119,7 @@ constructor(
119
CoroutineScope(backgroundDispatcher).launch {
120
try {
121
sessionDataStore.updateData { currentSessionData ->
122
+ // Check again using the current session data on disk
123
val isSessionExpired = isSessionExpired(currentSessionData)
124
val isColdStart = isColdStart(currentSessionData)
125
val isMyProcessStale = isMyProcessStale(currentSessionData)
0 commit comments