Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSrSouza committed Oct 7, 2024
1 parent 0271359 commit 6103d3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public fun Screen.LifecycleEffect(
@ExperimentalVoyagerApi
public data class LifecycleEffectOnceScope(
val uniqueKey: String,
val registerOrderIndex: Int,
val registerOrderIndex: Int
) {
internal var onDisposed: (() -> Unit)? = null

Expand Down

0 comments on commit 6103d3a

Please sign in to comment.