From 83e746adcf8ac1d11ab60a3cd0ffbe6224279947 Mon Sep 17 00:00:00 2001 From: Charles Muchene <6451102+charlesmuchene@users.noreply.github.com> Date: Thu, 30 Sep 2021 02:36:58 -0500 Subject: [PATCH] Update systemuicontroller.md (#739) --- docs/systemuicontroller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/systemuicontroller.md b/docs/systemuicontroller.md index 67a3f5e9d..1df8d9b62 100644 --- a/docs/systemuicontroller.md +++ b/docs/systemuicontroller.md @@ -5,7 +5,7 @@ System UI Controller provides easy-to-use utilities for updating the System UI bar colors within Jetpack Compose. ## Usage -To control the system UI in your composables, you must need to get a [`SystemUiController`](../api/systemuicontroller/systemuicontroller/com.google.accompanist.systemuicontroller/-system-ui-controller/) instance. The library provides the [`rememberSystemUiController()`](../api/systemuicontroller/systemuicontroller/com.google.accompanist.systemuicontroller/remember-system-ui-controller.html) function which returns an instance for the current system (currently only Android). +To control the system UI in your composables, you need to get a [`SystemUiController`](../api/systemuicontroller/systemuicontroller/com.google.accompanist.systemuicontroller/-system-ui-controller/) instance. The library provides the [`rememberSystemUiController()`](../api/systemuicontroller/systemuicontroller/com.google.accompanist.systemuicontroller/remember-system-ui-controller.html) function which returns an instance for the current system (currently only Android). In your layouts you can update the system bar colors like so: