Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
[Issue google#19] Show only sessions for all tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
alsutton committed Sep 19, 2013
1 parent 1ec3bd2 commit e991b07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public void onCreate(Bundle savedInstanceState) {
mTrackId = ScheduleContract.Tracks.ALL_TRACK_ID;
mInfo.name = getString(R.string.all_tracks);
mInfo.color = 0;
mInfo.meta = ScheduleContract.Tracks.TRACK_META_NONE;
mInfo.meta = ScheduleContract.Tracks.TRACK_META_SESSIONS_ONLY;
mInfo.level = 1;
mInfo.hashtag = "";

Expand Down

0 comments on commit e991b07

Please sign in to comment.