Correct dialogs
This commit is contained in:
parent
85a62dc324
commit
438cefdfcf
|
|
@ -676,7 +676,9 @@ class EntityScreens extends StatelessWidget {
|
|||
topFilterChild,
|
||||
Expanded(
|
||||
child: AppBorder(
|
||||
isTop: uiState.filterEntityType != null,
|
||||
isTop: uiState.filterEntityType != null &&
|
||||
topFilterChild != null &&
|
||||
!prefState.showFilterSidebar,
|
||||
child: listWidget,
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue