Created
April 2, 2018 23:23
-
-
Save hkakutalua/776e96c59d0cad6f12d610c66e3dd1e5 to your computer and use it in GitHub Desktop.
Restarting the loader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| private void loadGithubUsers() { | |
| getSupportLoaderManager().restartLoader(LOADER_ID, null, this); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment