Pull to refresh doesn't work in mobile app if there isn't enough entries #459
This commit is contained in:
parent
cf1c7c8f59
commit
d36e253973
|
|
@ -159,8 +159,7 @@ class _EntityListState extends State<EntityList> {
|
|||
entityType: state.uiState.filterEntityType),
|
||||
onClearPressed: () => store.dispatch(ClearEntityFilter()),
|
||||
),
|
||||
Flexible(
|
||||
fit: FlexFit.loose,
|
||||
Expanded(
|
||||
child: entityList.isEmpty
|
||||
? HelpText(
|
||||
AppLocalization.of(context).clickPlusToCreateRecord)
|
||||
|
|
|
|||
Loading…
Reference in New Issue