Skip to content
andannn edited this page Feb 4, 2024 · 1 revision

这里记录一些库的用法和迁移Deprecated Api的迁移过程

  • 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
Clone this wiki locally