修改渲染样式

This commit is contained in:
qiji4215
2023-09-28 10:59:33 +08:00
parent 7c0375c211
commit 0627f1917f
2 changed files with 2 additions and 2 deletions

View File

@@ -346,7 +346,7 @@ class ImportOMDBHelper @AssistedInject constructor(
renderEntity.properties["boundaryType"]
if (boundaryType != null) {
when (boundaryType.toInt()) {
0, 1, 5, 7, 9 -> {
0, 1,3,4, 5, 7, 9 -> {
renderEntity.enable = 0
Log.e(
"qj",