Reset importDone at the beginning of sync

This commit is contained in:
mar-v-in 2014-06-18 17:06:46 +02:00
parent b9d88de286
commit a1c3c41073

View File

@ -45,6 +45,7 @@ public class ContactSyncAdapterService extends Service {
@Override
public void onPerformSync(Account account, Bundle extras, String authority, ContentProviderClient provider,
final SyncResult syncResult) {
importDone.set(false);
KeychainApplication.setupAccountAsNeeded(ContactSyncAdapterService.this);
EmailKeyHelper.importContacts(getContext(), new Messenger(new Handler(Looper.getMainLooper(),
new Handler.Callback() {