Skip to content

Commit

Permalink
Remove ununsed stats_overview_typed_tapped event
Browse files Browse the repository at this point in the history
  • Loading branch information
irfano committed Feb 29, 2024
1 parent 00e6811 commit 97cb573
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ public enum Stat {
STATS_OVERVIEW_TYPE_TAPPED_VISITORS,
STATS_OVERVIEW_TYPE_TAPPED_COMMENTS,
STATS_OVERVIEW_TYPE_TAPPED_LIKES,
STATS_OVERVIEW_TYPE_TAPPED,
STATS_SCROLLED_TO_BOTTOM,
STATS_WIDGET_ADDED,
STATS_WIDGET_REMOVED,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1201,8 +1201,6 @@ public static String getEventNameForStat(AnalyticsTracker.Stat stat) {
return "stats_overview_type_tapped_comments";
case STATS_OVERVIEW_TYPE_TAPPED_LIKES:
return "stats_overview_type_tapped_likes";
case STATS_OVERVIEW_TYPE_TAPPED:
return "stats_overview_type_tapped";
case STATS_DETAIL_POST_TAPPED:
return "stats_detail_post_tapped";
case STATS_SCROLLED_TO_BOTTOM:
Expand Down

0 comments on commit 97cb573

Please sign in to comment.