Correct dialogs

This commit is contained in:
Hillel Coren 2021-09-27 05:37:05 +03:00
parent 85a62dc324
commit 438cefdfcf
1 changed files with 3 additions and 1 deletions

View File

@ -676,7 +676,9 @@ class EntityScreens extends StatelessWidget {
topFilterChild, topFilterChild,
Expanded( Expanded(
child: AppBorder( child: AppBorder(
isTop: uiState.filterEntityType != null, isTop: uiState.filterEntityType != null &&
topFilterChild != null &&
!prefState.showFilterSidebar,
child: listWidget, child: listWidget,
), ),
) )