Updated on 2026-08-14

This commit is contained in:
Tangem 2021-12-15 15:16:58 +03:00
parent 38b7c1d042
commit e922364e1a

View file

@ -218,7 +218,6 @@ interface EmailData {
fun joinTogether(infoHolder: AdditionalEmailInfo): String {
return "$mainMessage\n\n\n\n" +
"Following information is optional. You can erase it if you dont want to share it.\n" +
createOptionalMessage(infoHolder)
}
}