Period
This commit is contained in:
parent
17913878b1
commit
f807d578fa
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ suspend inline fun <reified N : Node, NavTarget : Any> ParentNode<NavTarget>.wai
|
|||
}
|
||||
|
||||
/**
|
||||
* Wait for a child to be attached to the parent node, only using the NavTarget
|
||||
* Wait for a child to be attached to the parent node, only using the NavTarget.
|
||||
*/
|
||||
suspend inline fun <NavTarget : Any> ParentNode<NavTarget>.waitForNavTargetAttached(crossinline predicate: (NavTarget) -> Boolean) =
|
||||
suspendCancellableCoroutine { continuation ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue