Loading k9mail/src/main/java/io/eelo/mail/activity/setup/AccountSetupPresenter.java +0 −3 Original line number Diff line number Diff line Loading @@ -1392,9 +1392,6 @@ public class AccountSetupPresenter implements AccountSetupContract.Presenter, account.save(preferences); Log.e("Add /e/ account", "Store URI: " + accountConfig.getStoreUri()); Log.e("Add /e/ account", "Transport URI: " + accountConfig.getTransportUri()); if (account.equals(preferences.getDefaultAccount()) || makeDefault) { preferences.setDefaultAccount(account); } Loading k9mail/src/main/java/io/eelo/mail/activity/setup/EeloAccountCreator.java +0 −3 Original line number Diff line number Diff line Loading @@ -36,9 +36,6 @@ public class EeloAccountCreator { e.printStackTrace(); } Log.e("Add /e/ account", "Store URI: " + accountConfig.getStoreUri()); Log.e("Add /e/ account", "Transport URI: " + accountConfig.getTransportUri()); Account account = preferences.newAccount(); account.setDeviceAccount(true); account.loadConfig(accountConfig); Loading Loading
k9mail/src/main/java/io/eelo/mail/activity/setup/AccountSetupPresenter.java +0 −3 Original line number Diff line number Diff line Loading @@ -1392,9 +1392,6 @@ public class AccountSetupPresenter implements AccountSetupContract.Presenter, account.save(preferences); Log.e("Add /e/ account", "Store URI: " + accountConfig.getStoreUri()); Log.e("Add /e/ account", "Transport URI: " + accountConfig.getTransportUri()); if (account.equals(preferences.getDefaultAccount()) || makeDefault) { preferences.setDefaultAccount(account); } Loading
k9mail/src/main/java/io/eelo/mail/activity/setup/EeloAccountCreator.java +0 −3 Original line number Diff line number Diff line Loading @@ -36,9 +36,6 @@ public class EeloAccountCreator { e.printStackTrace(); } Log.e("Add /e/ account", "Store URI: " + accountConfig.getStoreUri()); Log.e("Add /e/ account", "Transport URI: " + accountConfig.getTransportUri()); Account account = preferences.newAccount(); account.setDeviceAccount(true); account.loadConfig(accountConfig); Loading