Merge change 23266 into eclair

* changes:
  disable canceling until the http connection code is understood
This commit is contained in:
Android (Google) Code Review
2009-08-31 00:22:42 -07:00

View File

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