Skip to content

Commit

Permalink
Merge pull request #952 from JohnKal/master
Browse files Browse the repository at this point in the history
Fixed issue #894
  • Loading branch information
misaochan authored Nov 21, 2017
2 parents 6e2bb30 + 8dc9103 commit 591575f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ protected void onCreate(Bundle savedInstanceState) {
if (savedInstanceState != null) {
mediaDetails = (MediaDetailPagerFragment) supportFragmentManager
.findFragmentById(R.id.contributionsFragmentContainer);

getSupportLoaderManager().initLoader(0, null, this);
}
requestAuthToken();
initDrawer();
Expand Down

0 comments on commit 591575f

Please sign in to comment.