Log RecyclerView click position

Test: rebuild, robolectric
Fixes: 127881281
Change-Id: Idddbbf9c1159e0e5b280178e98f9258cbd7864f9
This commit is contained in:
Raff Tsai
2019-03-27 16:50:55 +08:00
parent f11c4c242a
commit 682763974d
7 changed files with 24 additions and 36 deletions

View File

@@ -68,7 +68,7 @@ class SliceDeferredSetupCardRendererHelper {
final ContextualCardFeatureProvider contextualCardFeatureProvider =
FeatureFactory.getFactory(mContext).getContextualCardFeatureProvider(mContext);
contextualCardFeatureProvider.logContextualCardClick(card, 0 /* row */,
EventInfo.ACTION_TYPE_CONTENT);
EventInfo.ACTION_TYPE_CONTENT, view.getAdapterPosition());
});
}