Fixed crash
This commit is contained in:
parent
eaf1974501
commit
ec1efbff81
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,7 @@ public class LinphoneManager implements CoreListener, SensorEventListener, Accou
|
|||
|
||||
public void setCurrentChatRoomAddress(Address address) {
|
||||
mCurrentChatRoomAddress = address;
|
||||
LinphoneService.instance().setCurrentlyDisplayedChatRoom(address.asStringUriOnly());
|
||||
LinphoneService.instance().setCurrentlyDisplayedChatRoom(address != null ? address.asStringUriOnly() : null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue