Only showing account selection box if there are any SEPA accounts
This commit is contained in:
parent
c89220bc0c
commit
5d00bbf77e
|
@ -101,6 +101,7 @@ fun CreateEpcQrCodeScreen(onClosed: () -> Unit) {
|
|||
}
|
||||
|
||||
|
||||
if (accountsWithIban.size > 1) {
|
||||
Select(
|
||||
"Für Konto",
|
||||
accountsWithIban,
|
||||
|
@ -127,6 +128,7 @@ fun CreateEpcQrCodeScreen(onClosed: () -> Unit) {
|
|||
},
|
||||
modifier = Modifier.fillMaxWidth().padding(top = 16.dp, bottom = 8.dp)
|
||||
)
|
||||
}
|
||||
|
||||
OutlinedTextField(
|
||||
label = { Text("Empfänger*in") },
|
||||
|
|
Loading…
Reference in New Issue