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

Commit 8e05f9d9 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

fix account name not considering on account setup

parent 7a9949c1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ class AccountDetailsFragment : Fragment() {
                    }
                }

                val account = Account(credentials?.userName, accountType)
                val account = Account(name, accountType)

                // create Android account
                val userData = AccountSettings.initialUserData(credentials, baseURL)