Handle entity taps and holds in one place
This commit is contained in:
@ -23,7 +23,7 @@ class GlanceEntityContainer extends StatelessWidget {
|
||||
}
|
||||
result.add(EntityIcon(
|
||||
padding: EdgeInsets.all(0.0),
|
||||
iconSize: Sizes.largeIconSize,
|
||||
iconSize: Sizes.iconSize,
|
||||
));
|
||||
if (showState) {
|
||||
result.add(SimpleEntityState(
|
||||
|
Reference in New Issue
Block a user