Loading app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageList.kt +4 −2 Original line number Diff line number Diff line Loading @@ -1649,6 +1649,7 @@ open class MessageList : for (account in accounts) { Log.e("MessageList", "account.email "+account.email) if (emailId == account.email) { Log.e("MessageList", "account.email true..") if (account.name == null) { // we need to fix an old bug account.name = emailId Preferences.getPreferences(this).saveAccount(account) Loading @@ -1657,8 +1658,9 @@ open class MessageList : break } } if (accountIsSignedIn) { Log.e("MessageList", "accountIsSignedIn "+accountIsSignedIn) if (!accountIsSignedIn) { GoogleAccountCreator.createAccount(this, emailId, "asdf*1234@") // EeloAccountCreator.createAccount(this, emailId, "") accountWasAdded = true Loading Loading
app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageList.kt +4 −2 Original line number Diff line number Diff line Loading @@ -1649,6 +1649,7 @@ open class MessageList : for (account in accounts) { Log.e("MessageList", "account.email "+account.email) if (emailId == account.email) { Log.e("MessageList", "account.email true..") if (account.name == null) { // we need to fix an old bug account.name = emailId Preferences.getPreferences(this).saveAccount(account) Loading @@ -1657,8 +1658,9 @@ open class MessageList : break } } if (accountIsSignedIn) { Log.e("MessageList", "accountIsSignedIn "+accountIsSignedIn) if (!accountIsSignedIn) { GoogleAccountCreator.createAccount(this, emailId, "asdf*1234@") // EeloAccountCreator.createAccount(this, emailId, "") accountWasAdded = true Loading