Show state filter for company gateways

This commit is contained in:
Hillel Coren 2022-02-13 09:04:04 +02:00
parent 285ce78481
commit 2d84ed262d
1 changed files with 2 additions and 1 deletions

View File

@ -415,7 +415,8 @@ class _AppBottomBarState extends State<AppBottomBar> {
onPressed: () => widget.onCheckboxPressed(), onPressed: () => widget.onCheckboxPressed(),
), ),
], ],
if (isMobile(context)) if (isMobile(context) ||
widget.entityType == EntityType.companyGateway)
IconButton( IconButton(
tooltip: localization.filter, tooltip: localization.filter,
icon: Icon(Icons.filter_list), icon: Icon(Icons.filter_list),