am 3be09cb1: Merge "Use multiple async tasks." into honeycomb
* commit '3be09cb183af4e0a637a12cfb421fd90fe40d308': Use multiple async tasks.
This commit is contained in:
@@ -449,7 +449,8 @@ public class LoaderThrottle extends Activity {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
mPopulatingTask.execute((Void[])null);
|
mPopulatingTask.executeOnExecutor(
|
||||||
|
AsyncTask.THREAD_POOL_EXECUTOR, (Void[])null);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case CLEAR_ID:
|
case CLEAR_ID:
|
||||||
|
|||||||
Reference in New Issue
Block a user