Loading app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageList.kt +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageList.kt +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading