fix
This commit is contained in:
parent
f928340ab9
commit
589da39636
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user