Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 082098b5 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '782-Fix_initial_name_field_value' into 'main'

782-Fix_initial_name_field_value

See merge request !115
parents 8ecaa1a6 6087c48b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -342,7 +342,7 @@ class AccountSetupBasics : K9Activity() {
    private fun initAccount(email: String): Account {
        val account = this.account ?: createAccount().also { this.account = it }

        account.senderName = getOwnerName()
        account.senderName = email
        account.email = email
        if (account.name == null) {
            account.name = email