Merge branch 'soru/allow-request-empty-timeline' into 'master'
fix: Allow requesting past messages if all events in the current timeline are filtered See merge request ChristianPauly/fluffychat-flutter!153
This commit is contained in:
commit
1b60dcc6a4
|
@ -508,8 +508,6 @@ class _ChatState extends State<_Chat> {
|
||||||
e.type != 'm.reaction')
|
e.type != 'm.reaction')
|
||||||
.toList();
|
.toList();
|
||||||
|
|
||||||
if (filteredEvents.isEmpty) return Container();
|
|
||||||
|
|
||||||
return ListView.builder(
|
return ListView.builder(
|
||||||
padding: EdgeInsets.symmetric(
|
padding: EdgeInsets.symmetric(
|
||||||
horizontal: max(
|
horizontal: max(
|
||||||
|
|
Loading…
Reference in a new issue