Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96481dee authored by Fyodor Kupolov's avatar Fyodor Kupolov
Browse files

Updated JavaDoc for onStartLoading

Test: n/a
Bug: 68133232
Change-Id: I0c94913ac4510fff82787ee89ba29d6e66f3ba22
parent 04dacb54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
     *