|
@@ -104,6 +104,7 @@ public class HomePageViewModel extends BaseViewModel {
|
|
|
public void reportFirstClickFunction(@MemberType String type) {
|
|
public void reportFirstClickFunction(@MemberType String type) {
|
|
|
if (ConfigRepository.isIsOpenTrialMembership()) {
|
|
if (ConfigRepository.isIsOpenTrialMembership()) {
|
|
|
if (ReportUtil.isRecordOneEvent(EventId.hf1001116)) {
|
|
if (ReportUtil.isRecordOneEvent(EventId.hf1001116)) {
|
|
|
|
|
+ EventHelper.report(EventId.hf1001130, Maps.asMap(EventId.EVENT_ID, ReportUtil.getReportId(type)));
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
EventHelper.report(EventId.hf1001116, Maps.asMap(EventId.EVENT_ID, ReportUtil.getReportId(type)));
|
|
EventHelper.report(EventId.hf1001116, Maps.asMap(EventId.EVENT_ID, ReportUtil.getReportId(type)));
|