Add sliceUri in broadcast intent
Bug: 119748954 Test: robolectric Change-Id: I24eb8d5a274be60ba3395d05d2b306e185e7dcab
This commit is contained in:
@@ -201,8 +201,8 @@ public class ContextualCardManager implements ContextualCardLoader.CardContentLo
|
||||
.collect(groupingBy(ContextualCard::getCardType)));
|
||||
}
|
||||
final long totalTime = System.currentTimeMillis() - mStartTime;
|
||||
FeatureFactory.getFactory(mContext).getContextualCardFeatureProvider()
|
||||
.logHomepageDisplay(mContext, totalTime);
|
||||
FeatureFactory.getFactory(mContext).getContextualCardFeatureProvider(mContext)
|
||||
.logHomepageDisplay(totalTime);
|
||||
|
||||
mIsFirstLaunch = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user