WIP #183 tap_action support. State change event fix
This commit is contained in:
@ -33,7 +33,7 @@ class GlanceCardWidget extends StatelessWidget {
|
||||
SizedBox(
|
||||
width: width / columnsCount,
|
||||
child: EntityModel(
|
||||
entity: entity,
|
||||
entityWrapper: entity,
|
||||
child: entity.entity.buildGlanceWidget(context, card.showName, card.showState),
|
||||
handleTap: true
|
||||
),
|
||||
|
Reference in New Issue
Block a user