mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix(ChatRoom): set state correctly!!!
This commit is contained in:
parent
a7df6db770
commit
c0e065bc56
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ LINPHONE_BEGIN_NAMESPACE
|
|||
|
||||
void ChatRoomPrivate::setState (ChatRoom::State state) {
|
||||
if (this->state != state) {
|
||||
state = this->state;
|
||||
this->state = state;
|
||||
notifyStateChanged();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue