Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public void onLoadFinished(Loader<Cursor> arg0, Cursor cursor) {
  2. if (isResumed()) {
  3. setListShown(true);
  4. } else {
  5. setListShownNoAnimation(true);
  6. }
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement