添加网约车小巴初步实现

This commit is contained in:
tongchenfei
2021-01-15 20:28:24 +08:00
parent bb63c61488
commit 10200c3df6
17 changed files with 566 additions and 2 deletions

View File

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