2D弹框预警-进入3D-展示2DUI样式修改:进入3D模式remove掉2D模式下弹框

This commit is contained in:
liujing
2021-06-07 19:42:24 +08:00
parent 02c3b4e86c
commit 45e6382a79
6 changed files with 29 additions and 21 deletions

View File

@@ -61,7 +61,7 @@ public class V2XManager implements IV2XProvider {
if (listeners != null && !listeners.isEmpty()) {
for (IV2XWindowManagerListener listener : listeners) {
if (listener != null) {
listener.removeAllTipWindow();
listener.removeTipWindowByListener();
}
}
}