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