事件弹框margin_top

This commit is contained in:
liujing
2020-12-14 15:06:29 +08:00
parent 9776b07182
commit 84c9e50550
3 changed files with 8 additions and 2 deletions

View File

@@ -132,7 +132,11 @@ public class V2XIllegalParkVH extends V2XBaseViewHolder<V2XEventShowEntity> {
mExploreWay.getPoiType(),
2);
}
delayedCloseWindow();
if (!V2XServiceManager.getMoGoStatusManager().isVrMode()) {
delayedCloseWindow();
} else {
mIlIllegalParkingLike.setClickable(false);
}
}
/**