Fixed BIC length
This commit is contained in:
parent
84370e71e9
commit
ac308700c0
|
@ -159,7 +159,7 @@ fun TransferMoneyDialog(
|
||||||
Text(recipientSuggestion.name)
|
Text(recipientSuggestion.name)
|
||||||
|
|
||||||
Row(Modifier.padding(top = 6.dp), verticalAlignment = Alignment.CenterVertically) {
|
Row(Modifier.padding(top = 6.dp), verticalAlignment = Alignment.CenterVertically) {
|
||||||
Text(recipientSuggestion.bankIdentifier ?: "", Modifier.width(105.dp))
|
Text(recipientSuggestion.bankIdentifier ?: "", Modifier.width(110.dp))
|
||||||
|
|
||||||
recipientSuggestion.bankInfo?.let { bank ->
|
recipientSuggestion.bankInfo?.let { bank ->
|
||||||
Text("${bank.name}, ${bank.city}", maxLines = 1, overflow = TextOverflow.Ellipsis)
|
Text("${bank.name}, ${bank.city}", maxLines = 1, overflow = TextOverflow.Ellipsis)
|
||||||
|
|
Loading…
Reference in New Issue