光环助手视频新年活动页面(WEB)(一 3~7,四 5,7,五 4)https://gitlab.ghzs.com/pm/halo-app-issues/issues/742

This commit is contained in:
kehaoyuan
2020-01-15 11:07:07 +08:00
parent f77e9d4949
commit 4882cc5203
13 changed files with 154 additions and 36 deletions

View File

@ -29,6 +29,14 @@ public class WebActivity extends NormalActivity {
return getTargetIntent(this, WebActivity.class, WebFragment.class);
}
@NonNull
public static Intent getWebIntentByShare(Context context, String url, boolean showWebShare) {
Bundle bundle = new Bundle();
bundle.putBoolean(EntranceUtils.KEY_WEB_SHARE, showWebShare);
bundle.putString(EntranceUtils.KEY_URL, url);
return getTargetIntent(context, WebActivity.class, WebFragment.class, bundle);
}
@NonNull
public static Intent getCommunityRuleIntent(Context context) {
Bundle bundle = new Bundle();