This commit is contained in:
wangcongtao
2021-01-20 14:09:00 +08:00
21 changed files with 858 additions and 4 deletions

View File

@@ -124,4 +124,9 @@ public interface IMogoTopViewManager extends IProvider {
* @return true-已经添加 false-未添加
*/
boolean isViewNoLinkageAdded(View view);
/**
* 在vr模式下隐藏所有topview除了vr模式下的导航信息
*/
void removeAllViewInVrMode();
}