Skip to content

Commit

Permalink
Remove retention of navigationContainerProducer for NavigationContain…
Browse files Browse the repository at this point in the history
…erProperty
  • Loading branch information
isaac-udy committed Apr 28, 2024
1 parent 18a0db0 commit 6f9d07a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import kotlin.reflect.KProperty

public class NavigationContainerProperty<T : NavigationContainer> @PublishedApi internal constructor(
private val lifecycleOwner: LifecycleOwner,
private val navigationContainerProducer: () -> T,
navigationContainerProducer: () -> T,
private val onContainerAttached: (T) -> Unit = {},
) : ReadOnlyProperty<Any, T> {

Expand Down

0 comments on commit 6f9d07a

Please sign in to comment.