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

[SystemUiController] API fixes #319

Merged
merged 4 commits into from
Apr 9, 2021
Merged

[SystemUiController] API fixes #319

merged 4 commits into from
Apr 9, 2021

Conversation

chrisbanes
Copy link
Contributor

@chrisbanes chrisbanes commented Apr 9, 2021

  • Deprecated Local SystemUiController. There's no real need for a composition local to store the SystemUiController. They're infrequently enough that simply using rememberSystemUiController() as necessary works.
  • Hid AndroidSystemUiController class.
  • Renamed rememberAndroidSystemUiController() to rememberSystemUiController()

There's no real need for a composition local to store
the SystemUiController. They're infrequently enough that simply
using rememberAndroidSystemUiController() as necessary works.
@google-cla google-cla bot added the cla: yes label Apr 9, 2021
@chrisbanes chrisbanes requested a review from nickbutcher April 9, 2021 13:13
@chrisbanes chrisbanes added this to the v0.7.2 milestone Apr 9, 2021
It's now rememberSystemUiController. Also hid the
AndroidSystemUiController class as there's no need for
it to be public.
@chrisbanes chrisbanes changed the title Deprecate LocalSystemUiController [SystemUiController] API fixes Apr 9, 2021
@chrisbanes chrisbanes enabled auto-merge (squash) April 9, 2021 15:28
@chrisbanes chrisbanes merged commit 2be83e7 into main Apr 9, 2021
@chrisbanes chrisbanes deleted the cb/deprecate-sysui-local branch April 9, 2021 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants