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 31a62cf commit 39303acCopy full SHA for 39303ac
voyager-core/src/androidMain/kotlin/cafe/adriel/voyager/androidx/AndroidScreenLifecycleOwner.kt
@@ -224,7 +224,7 @@ public class AndroidScreenLifecycleOwner private constructor() :
224
225
private fun LifecycleRegistry.safeHandleLifecycleEvent(event: Lifecycle.Event) {
226
val currentState = currentState
227
- if(!currentState.isAtLeast(Lifecycle.State.INITIALIZED)) return
+ if (!currentState.isAtLeast(Lifecycle.State.INITIALIZED)) return
228
229
handleLifecycleEvent(event)
230
}
0 commit comments