Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary state from composition local #873

Merged
merged 2 commits into from
Oct 14, 2023

Conversation

MatkovIvan
Copy link
Member

Proposed Changes

Changing API marked as internal (@InternalComposeApi)

-androidx.compose.ui.uikit.LocalInterfaceOrientationState
+androidx.compose.ui.uikit.LocalInterfaceOrientation
-androidx.compose.ui.uikit.LocalKeyboardOverlapHeightState
+androidx.compose.ui.uikit.LocalKeyboardOverlapHeight

Testing

Test: run test app on iOS

@MatkovIvan MatkovIvan merged commit 54577e1 into jb-main Oct 14, 2023
1 check passed
@MatkovIvan MatkovIvan deleted the ivan.matkov/no-state-local branch October 14, 2023 07:55
mazunin-v-jb pushed a commit that referenced this pull request Dec 7, 2023
## Proposed Changes

Changing API marked as internal (`@InternalComposeApi`)

```diff
-androidx.compose.ui.uikit.LocalInterfaceOrientationState
+androidx.compose.ui.uikit.LocalInterfaceOrientation
```
```diff
-androidx.compose.ui.uikit.LocalKeyboardOverlapHeightState
+androidx.compose.ui.uikit.LocalKeyboardOverlapHeight
```


## Testing

Test: run test app on iOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants