[状态栏]添加展示和隐藏接口
This commit is contained in:
@@ -108,4 +108,9 @@ interface IDevaToolsProvider : IProvider {
|
||||
* 展示状态栏
|
||||
*/
|
||||
fun showStatusBar(ctx: Context)
|
||||
|
||||
/**
|
||||
* 隐藏状态栏
|
||||
*/
|
||||
fun hideStatusBar()
|
||||
}
|
||||
Reference in New Issue
Block a user