chore: Follow up design changes
This commit is contained in:
parent
a9448f293c
commit
92337a8bbf
3 changed files with 16 additions and 2 deletions
|
|
@ -52,6 +52,8 @@ class ChatMembersController extends State<ChatMembersPage> {
|
|||
.getRoomById(widget.roomId)
|
||||
?.requestParticipants();
|
||||
|
||||
if (!mounted) return;
|
||||
|
||||
setState(() {
|
||||
members = participants;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue