fix stream channel query

This commit is contained in:
Salvatore Giordano
2021-05-17 14:37:56 +02:00
parent 7cb3d449c2
commit fe262ca422
@@ -159,7 +159,7 @@ class StreamChannelState extends State<StreamChannel> {
bool preferOffline = false,
}) async {
if (_topPaginationEnded ||
_queryTopMessagesController.value! ||
_queryTopMessagesController.value == true ||
channel.state == null) return;
_queryTopMessagesController.add(true);