Loading core/java/android/content/CursorLoader.java +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ public class CursorLoader extends AsyncTaskLoader<Cursor> { } /** * Starts an asynchronous load of the contacts list data. When the result is ready the callbacks * Starts an asynchronous load of the data. When the result is ready the callbacks * will be called on the UI thread. If a previous load has been completed and is still valid * the result may be passed to the callbacks immediately. * Loading Loading
core/java/android/content/CursorLoader.java +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ public class CursorLoader extends AsyncTaskLoader<Cursor> { } /** * Starts an asynchronous load of the contacts list data. When the result is ready the callbacks * Starts an asynchronous load of the data. When the result is ready the callbacks * will be called on the UI thread. If a previous load has been completed and is still valid * the result may be passed to the callbacks immediately. * Loading