视频活动兼容老版本
This commit is contained in:
@ -206,6 +206,7 @@ public class SkipActivity extends BaseActivity {
|
||||
String act = uri.getQueryParameter("act");
|
||||
String fieldId = uri.getQueryParameter("fieldId");
|
||||
String sectionName = uri.getQueryParameter("sectionName");
|
||||
String paginationType = uri.getQueryParameter("paginationType");//活动分页方式 page filter
|
||||
String location;
|
||||
if (!TextUtils.isEmpty(act)) {
|
||||
location = VideoDetailContainerViewModel.Location.VIDEO_ACTIVITY.getValue();
|
||||
@ -216,7 +217,7 @@ public class SkipActivity extends BaseActivity {
|
||||
}
|
||||
DirectUtils.directToVideoDetail(this, path, location,
|
||||
false, TextUtils.isEmpty(gameId) ? "" : gameId, ENTRANCE_BROWSER, "浏览器", TextUtils.isEmpty(referer) ? "" : referer,
|
||||
TextUtils.isEmpty(type) ? "" : type, TextUtils.isEmpty(act) ? "" : act, TextUtils.isEmpty(fieldId) ? "" : fieldId,
|
||||
TextUtils.isEmpty(type) ? "" : type, TextUtils.isEmpty(act) ? "" : act, TextUtils.isEmpty(paginationType) ? "page" : paginationType, TextUtils.isEmpty(fieldId) ? "" : fieldId,
|
||||
TextUtils.isEmpty(sectionName) ? "" : sectionName);
|
||||
break;
|
||||
case HOST_VIDEO_STREAMING_HOME:
|
||||
|
||||
Reference in New Issue
Block a user