oxen-io / session-android

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

Fix/video call rotation and avatars #1548

Closed ThomasSession closed 4 months ago

ThomasSession commented 4 months ago

I reused the ProfilePictureView in the web RTC activity and simplified its usage in the view logic itself. We now swap the avatar in the call view when we get into a specific use case: Only the contact has their video on and that video is minimised. Also made sure to handle the device rotation properly.