element-x-ada/features/roomdetails/impl
Chris Smith 72497af09a Fix changing room avatar from details screen
The presenter was expecting the MediaProcessor to return a
MediaUploadInfo.Image, but it actually returns
MediaUploadInfo.AnyFile because we're not compressing avatars
(so it doesn't process the file and return more detailed info).

This check/cast was entirely pointless, so change to just
working on whatever we're given. The pickers constrain which
types of file the user select, so we should be reasonably happy
the files are images.

Also actually log error details when updating the details,
so we know what's going wrong.

Closes #550
2023-06-07 11:18:03 +01:00
..
src Fix changing room avatar from details screen 2023-06-07 11:18:03 +01:00
.gitignore [Room Details] Implement room details screen (#256) 2023-03-29 05:16:27 +00:00
build.gradle.kts Update room properties from room details (#439) 2023-06-01 15:10:29 +00:00
consumer-rules.pro [Room Details] Implement room details screen (#256) 2023-03-29 05:16:27 +00:00