---
title: "restoreFocusedChild"
description: "Use this function to restore focus to one of the children of the node pointed to by this
[FocusRequester]. This restores focus to a previously focused child that was saved by using
[saveFocusedChild]."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun FocusRequesterModifierNode.restoreFocusedChild(): Boolean
```


Use this function to restore focus to one of the children of the node pointed to by this
`FocusRequester`. This restores focus to a previously focused child that was saved by using
`saveFocusedChild`.

#### Returns

| | |
| --- | --- |
|  | true if we successfully restored focus to one of the children of the `focusTarget` associated with this node. |




