Skip to content

Commit

Permalink
Real version 1.1 (forgot to end loading if no network on commander tab)
Browse files Browse the repository at this point in the history
  • Loading branch information
Corentin Garcia committed Jun 6, 2017
1 parent cd1f569 commit 9d82589
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public static void getAll(final StatusFragment fragment) {
.make(fragment.getActivity().findViewById(android.R.id.content),
R.string.commander_error, Snackbar.LENGTH_SHORT);
snackbar.show();
fragment.endLoading();
} else {
getCredits(fragment);
getRanks(fragment);
Expand Down

0 comments on commit 9d82589

Please sign in to comment.