Fix logic for use of "Sync Contacts" button value
Change-Id: I9abed1830a61795542bdf15ee62395a63abc9222
This commit is contained in:
parent
d46ec14e6e
commit
805562e26f
@ -199,7 +199,7 @@ public class AccountSetupOptions extends Activity implements OnClickListener {
|
||||
if (!mAccount.isSaved()
|
||||
&& mAccount.mHostAuthRecv != null
|
||||
&& mAccount.mHostAuthRecv.mProtocol.equals("eas")) {
|
||||
boolean alsoSyncContacts = mEasFlowMode && mSyncContactsView.isChecked();
|
||||
boolean alsoSyncContacts = mSyncContactsView.isChecked();
|
||||
ExchangeStore.addSystemAccount(this, mAccount,
|
||||
alsoSyncContacts, mAccountManagerCallback);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user