Fix default tap actions
This commit is contained in:
@ -16,6 +16,9 @@ class EntityWrapper {
|
|||||||
}) {
|
}) {
|
||||||
this.icon = icon ?? entity.icon;
|
this.icon = icon ?? entity.icon;
|
||||||
this.displayName = displayName ?? entity.displayName;
|
this.displayName = displayName ?? entity.displayName;
|
||||||
|
if (this.uiAction == null) {
|
||||||
|
this.uiAction = EntityUIAction();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void handleTap() {
|
void handleTap() {
|
||||||
|
Reference in New Issue
Block a user