This commit is contained in:
陈思海 2026-04-03 11:36:45 +08:00
parent f928340ab9
commit 589da39636

View File

@ -21,8 +21,7 @@ namespace AlicizaX.UI
continue;
}
Type templateType = template.GetType();
templatesByName[nameof(templateType)] = template;
templatesByName[template.GetType().Name] = template;
}
UnityMixedComponentFactory<ViewHolder> factory = new(templatesByName, recyclerView.Content);