multiple runtime bugfixes for 1.5.5+65
This commit is contained in:
@@ -39,6 +39,7 @@ class _ChatInfoState extends State<ChatInfo> {
|
||||
GetParticipantsCache(
|
||||
chatToken: widget.room.token,
|
||||
onUpdate: (GetParticipantsResponse data) {
|
||||
if (!mounted) return;
|
||||
setState(() {
|
||||
participants = data;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user