Skip to content

Commit

Permalink
Merge pull request JakeWharton#143 from NightlyNexus/patch-1
Browse files Browse the repository at this point in the history
Fix wrong analytics event send for tile removed
  • Loading branch information
JakeWharton authored Jan 10, 2017
2 parents d6d0553 + 3e30eed commit 913e07a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public final class TelecineTileService extends TileService {
Timber.i("Quick tile removed");
analytics.send(new HitBuilders.EventBuilder() //
.setCategory(Analytics.CATEGORY_QUICK_TILE)
.setAction(Analytics.ACTION_QUICK_TILE_ADDED)
.setAction(Analytics.ACTION_QUICK_TILE_REMOVED)
.build());
}
}

0 comments on commit 913e07a

Please sign in to comment.