Merge change 23375 into eclair

* changes:
  re-enable cancelation of the sync thread upon receipt of ISyncAdapter.cancelSync()
This commit is contained in:
Android (Google) Code Review
2009-08-31 18:51:04 -07:00

View File

@@ -111,8 +111,7 @@ public abstract class AbstractThreadedSyncAdapter {
if (mSyncThread != null
&& mSyncThread.mSyncContext.getISyncContext().asBinder()
== syncContext.asBinder()) {
// TODO: figure out why canceling causes a hang
// mSyncThread.interrupt();
mSyncThread.interrupt();
}
}
}