---
title: "removeConnectionToComposeViewContext"
description: "Called when [AbstractComposeView.composeViewContext] is set to `null`."
type: "function"
lastmod: "2026-08-27"
---
## API Reference

### removeConnectionToComposeViewContext

> Source set: Android

```kotlin
fun removeConnectionToComposeViewContext()
```

Called when `AbstractComposeView.composeViewContext` is set to `null`. This will remove the
attachment of this AndroidComposeView from the ComposeViewContext so that it can stop
observing when no AndroidComposeViews need it.
