Skip to content

Prevent crash due to calling chatRoom.getLocalAddress() when it's in...

Sylvain Berfini requested to merge fix/prevent_crash_addr into master

Prevent crash due to calling chatRoom.getLocalAddress() when it's in Instanciated state (because returned value is null)

Merge request reports