Fix top padding in room list when app is opened in offline mode (#1299)

* Fix top padding in room list when app is opened in offline mode

* Fix `avatarBloom` not passing the `bottomSoftEdgeColor` to `bloom`
This commit is contained in:
Jorge Martin Espinosa 2023-09-13 17:13:15 +02:00 committed by GitHub
parent 49c723e3b2
commit 4bf439d5ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

1
changelog.d/1297.bugfix Normal file
View file

@ -0,0 +1 @@
Fix top padding in room list when app is opened in offline mode.