-
Notifications
You must be signed in to change notification settings - Fork 0
Home
andannn edited this page Feb 4, 2024
·
1 revision
- systemuicontroller被废弃了, 原因是androidx.activity:1.8.2版本增加了Activity.enableEdgeToEdge
@Deprecated(
"""
accompanist/systemuicontroller is deprecated and the API is no longer maintained.
We recommend going edge to edge using Activity.enableEdgeToEdge in androidx.activity.
For more information please visit https://google.github.io/accompanist/systemuicontroller
"""
)
public interface SystemUiController