Merge change 23375 into eclair
* changes: re-enable cancelation of the sync thread upon receipt of ISyncAdapter.cancelSync()
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user