Skip to content

Commit

Permalink
Do not use dashes in properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloercoli committed Apr 17, 2015
1 parent 137258c commit 841f0c5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -11,7 +11,7 @@
public final class AnalyticsTracker {
private static boolean mHasUserOptedOut;

public static final String READER_DETAIL_TYPE_KEY = "post-detail-type";
public static final String READER_DETAIL_TYPE_KEY = "post_detail_type";
public static final String READER_DETAIL_TYPE_NORMAL = "normal";
public static final String READER_DETAIL_TYPE_BLOG_PREVIEW = "preview-blog";
public static final String READER_DETAIL_TYPE_TAG_PREVIEW = "preview-tag";
Expand Down

0 comments on commit 841f0c5

Please sign in to comment.