Merge pull request #6688 from element-hq/feature/bma/errorAlreadySignedIn

[Link new device] Add missing error case "already signed in"
This commit is contained in:
Benoit Marty 2026-04-29 12:42:41 +02:00 committed by GitHub
commit 1eeabb1e64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
93 changed files with 211 additions and 181 deletions

View file

@ -71,7 +71,7 @@ fun FlowStepPage(
},
header = {
IconTitleSubtitleMolecule(
modifier = Modifier.padding(bottom = 16.dp),
modifier = Modifier.padding(bottom = 16.dp, start = 8.dp, end = 8.dp),
title = title,
subTitle = subTitle,
iconStyle = iconStyle,