Skip to content

Commit

Permalink
Fixed bug with subreddit list for new users
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Jun 7, 2015
1 parent eb0bdec commit 92393f2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -190,7 +190,7 @@ public void onJsonParseStarted(JsonValue result, long timestamp, UUID session, b
if(type == RedditSubredditManager.SubredditListType.SUBSCRIBED
&& subreddits.getCurrentItemCount() == 0
&& after == null) {
doSubredditListRequest(RedditSubredditManager.SubredditListType.MOST_POPULAR, handler, null);
doSubredditListRequest(RedditSubredditManager.SubredditListType.DEFAULTS, handler, null);
return;
}

Expand Down

0 comments on commit 92393f2

Please sign in to comment.