Loading legacy/ui/legacy/src/main/java/com/fsck/k9/activity/accountmanager/EeloAccountCreator.kt +1 −0 Original line number Diff line number Diff line Loading @@ -164,6 +164,7 @@ internal class EeloAccountCreator(context: Context) : KoinComponent { val password = accountManager.getPassword(account) val existenceAccount = accounts.stream() .filter(kAccount::isFinishedSetup) .filter { acc: kAccount -> emailId.equals(acc.email, ignoreCase = true) } .peek { acc: kAccount? -> updateAccountNameIfMissing(emailId, acc!!) Loading Loading
legacy/ui/legacy/src/main/java/com/fsck/k9/activity/accountmanager/EeloAccountCreator.kt +1 −0 Original line number Diff line number Diff line Loading @@ -164,6 +164,7 @@ internal class EeloAccountCreator(context: Context) : KoinComponent { val password = accountManager.getPassword(account) val existenceAccount = accounts.stream() .filter(kAccount::isFinishedSetup) .filter { acc: kAccount -> emailId.equals(acc.email, ignoreCase = true) } .peek { acc: kAccount? -> updateAccountNameIfMissing(emailId, acc!!) Loading