光环助手V3.7.4-测试问题汇总(20200311-1900)10 https://gitlab.ghzs.com/pm/halo-app-issues/issues/797
This commit is contained in:
@ -33,6 +33,7 @@ import static com.gh.common.util.EntranceUtils.HOST_QUESTION;
|
||||
import static com.gh.common.util.EntranceUtils.HOST_SUGGESTION;
|
||||
import static com.gh.common.util.EntranceUtils.HOST_TOOLBOX;
|
||||
import static com.gh.common.util.EntranceUtils.HOST_UPLOAD_VIDEO;
|
||||
import static com.gh.common.util.EntranceUtils.HOST_USERHOME;
|
||||
import static com.gh.common.util.EntranceUtils.HOST_VIDEO;
|
||||
import static com.gh.common.util.EntranceUtils.HOST_VIDEO_COLLECTION;
|
||||
import static com.gh.common.util.EntranceUtils.HOST_VIDEO_MORE;
|
||||
@ -172,7 +173,7 @@ public class SkipActivity extends BaseActivity {
|
||||
// if (!CheckLoginUtils.isLogin()) {
|
||||
// HaloApp.put(HOST_UPLOAD_VIDEO, linkEntity);
|
||||
// }
|
||||
Bundle nextToBundle = VideoManagerActivity.getVideoManagerBundle( linkEntity, EntranceUtils.ENTRANCE_BROWSER, "");
|
||||
Bundle nextToBundle = VideoManagerActivity.getVideoManagerBundle(linkEntity, EntranceUtils.ENTRANCE_BROWSER, "");
|
||||
CheckLoginUtils.checkLogin(this, nextToBundle, true, EntranceUtils.ENTRANCE_BROWSER, null);
|
||||
break;
|
||||
case HOST_VIDEO_SINGLE:
|
||||
@ -225,6 +226,10 @@ public class SkipActivity extends BaseActivity {
|
||||
case HOST_LIBAO:
|
||||
DirectUtils.directToGiftDetail(this, path, ENTRANCE_BROWSER);
|
||||
break;
|
||||
case HOST_USERHOME:
|
||||
String position = uri.getQueryParameter("position");
|
||||
DirectUtils.directToHomeActivity(this, path, TextUtils.isEmpty(position) ? -1 : Integer.parseInt(position), ENTRANCE_BROWSER, "浏览器");
|
||||
break;
|
||||
default:
|
||||
EntranceUtils.jumpActivity(this, new Bundle()); // 跳转至首页
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user