Make verification screens scrollable and emoji labels multiline (#4449)

* Make self verification screens scrollable

* Remove unused fields from `VerificationEmoji`

* Make only the header and content scroll in `HeaderFooterPage`.

* Use the right 'emoji' icon in both flows (`ReactionSolid`)

---------

Co-authored-by: ElementBot <android@element.io>
This commit is contained in:
Jorge Martin Espinosa 2025-03-21 12:18:38 +01:00 committed by GitHub
parent dd3a6af3cf
commit a06619780c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 213 additions and 144 deletions

View file

@ -51,7 +51,7 @@ fun RoomAliasResolverView(
) {
HeaderFooterPage(
containerColor = Color.Transparent,
paddingValues = PaddingValues(
contentPadding = PaddingValues(
horizontal = 16.dp,
vertical = 32.dp
),