fix
This commit is contained in:
parent
f928340ab9
commit
589da39636
@ -21,8 +21,7 @@ namespace AlicizaX.UI
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
Type templateType = template.GetType();
|
templatesByName[template.GetType().Name] = template;
|
||||||
templatesByName[nameof(templateType)] = template;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
UnityMixedComponentFactory<ViewHolder> factory = new(templatesByName, recyclerView.Content);
|
UnityMixedComponentFactory<ViewHolder> factory = new(templatesByName, recyclerView.Content);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user