oxen-io / session-android

A private messenger for Android.
https://getsession.org
GNU General Public License v3.0
1.73k stars 165 forks source link

Fix NPE on null display name #1430

Closed bemusementpark closed 3 months ago

bemusementpark commented 3 months ago

Small bug introduced in disappearing messages.

If your display name cannot be retrieved when you link a device then display name will be null, but we asserted it was non-null which is not necessary.