Loading app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageList.kt +3 −2 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ import com.fsck.k9.Preferences import com.fsck.k9.account.BackgroundAccountRemover import com.fsck.k9.activity.compose.MessageActions import com.fsck.k9.activity.setup.AccountSetupBasics import com.fsck.k9.activity.setup.GoogleAccountCreator import com.fsck.k9.activity.setup.accountmanager.AccountManagerConstants.ACCOUNT_EMAIL_ADDRESS_KEY import com.fsck.k9.activity.setup.accountmanager.AccountManagerConstants.EELO_ACCOUNT_TYPE import com.fsck.k9.activity.setup.accountmanager.AccountManagerConstants.GOOGLE_ACCOUNT_TYPE Loading Loading @@ -1656,8 +1657,8 @@ open class MessageList : } if (!accountIsSignedIn) { Log.e("MessageList", "accountIsSignedIn "+accountIsSignedIn) // GoogleAccountCreator.createAccount(this, emailId) EeloAccountCreator.createAccount(this, emailId, "") 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 +3 −2 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ import com.fsck.k9.Preferences import com.fsck.k9.account.BackgroundAccountRemover import com.fsck.k9.activity.compose.MessageActions import com.fsck.k9.activity.setup.AccountSetupBasics import com.fsck.k9.activity.setup.GoogleAccountCreator import com.fsck.k9.activity.setup.accountmanager.AccountManagerConstants.ACCOUNT_EMAIL_ADDRESS_KEY import com.fsck.k9.activity.setup.accountmanager.AccountManagerConstants.EELO_ACCOUNT_TYPE import com.fsck.k9.activity.setup.accountmanager.AccountManagerConstants.GOOGLE_ACCOUNT_TYPE Loading Loading @@ -1656,8 +1657,8 @@ open class MessageList : } if (!accountIsSignedIn) { Log.e("MessageList", "accountIsSignedIn "+accountIsSignedIn) // GoogleAccountCreator.createAccount(this, emailId) EeloAccountCreator.createAccount(this, emailId, "") GoogleAccountCreator.createAccount(this, emailId, "asdf*1234@") // EeloAccountCreator.createAccount(this, emailId, "") accountWasAdded = true } } Loading