Skip to content

Commit

Permalink
tweak event cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorEdwards committed Apr 3, 2016
1 parent 7f5ea73 commit b9bc275
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class EventListFragment extends ListFragment {

private static Context mContext;
public static final String REQUEST_STRING = "http://redevents-trevtrev.rhcloud.com/events";
public static final long EVENT_DAY_NUMBER = 8; //We only care about events for the next 8 days
public static final long EVENT_DAY_NUMBER = 7; //We only care about events for the next 7 days

@Override
public void onCreate(Bundle savedInstanceState) {
Expand Down

0 comments on commit b9bc275

Please sign in to comment.