<div class='sourceset sourceset-android'>Android</div>

```kotlin
PopUntilContentChange,
```

Pop destinations from the backstack until there is a content change.

A "content change" is defined as either a change in the content of the current
[ThreePaneScaffoldDestinationItem](/jetpack-compose/androidx.compose.material3/material3-adaptive/classes/ThreePaneScaffoldDestinationItem), or a change in the scaffold value (similar to
[PopUntilScaffoldValueChange](/jetpack-compose/androidx.compose.material3/material3-adaptive/classes/BackNavigationBehavior.PopUntilScaffoldValueChange)).