优化基础布局
This commit is contained in:
@@ -129,6 +129,19 @@ public interface IMogoStatusManager extends IProvider {
|
||||
*/
|
||||
boolean isMainPageLaunched();
|
||||
|
||||
/**
|
||||
* 对话框是否展示
|
||||
* @return
|
||||
*/
|
||||
boolean isCallViewShow();
|
||||
|
||||
/**
|
||||
* 设置对话框展示状态
|
||||
* @param tag
|
||||
* @param status
|
||||
*/
|
||||
void setCallViewShow(String tag, boolean status);
|
||||
|
||||
/**
|
||||
* 设置vrMode状态
|
||||
* @param tag 业务类型
|
||||
|
||||
@@ -101,4 +101,8 @@ public enum StatusDescriptor {
|
||||
* 顶部弹框容器准备就绪
|
||||
*/
|
||||
TOP_CONTAINER_READY,
|
||||
/**
|
||||
* 聊天框是否正在展示
|
||||
*/
|
||||
CALL_VIEW
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user