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

Commit e66f9f52 authored by narinder Rana's avatar narinder Rana
Browse files

Logs for debuging

parent c5fa0fc1
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1644,8 +1644,10 @@ open class MessageList :
            Log.e("MessageList", "Google account size "+googleAccounts.size)
            for (googleAccount in googleAccounts) {
                val emailId: String = accountManager.getUserData(googleAccount, ACCOUNT_EMAIL_ADDRESS_KEY)
                Log.e("MessageList", "Google emailId "+emailId)
                var accountIsSignedIn = false
                for (account in accounts) {
                    Log.e("MessageList", "account.email "+account.email)
                    if (emailId == account.email) {
                        if (account.name == null) { // we need to fix an old bug
                            account.name = emailId