fix stream channel query
This commit is contained in:
@@ -159,7 +159,7 @@ class StreamChannelState extends State<StreamChannel> {
|
|||||||
bool preferOffline = false,
|
bool preferOffline = false,
|
||||||
}) async {
|
}) async {
|
||||||
if (_topPaginationEnded ||
|
if (_topPaginationEnded ||
|
||||||
_queryTopMessagesController.value! ||
|
_queryTopMessagesController.value == true ||
|
||||||
channel.state == null) return;
|
channel.state == null) return;
|
||||||
_queryTopMessagesController.add(true);
|
_queryTopMessagesController.add(true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user