标记已玩过弹窗
This commit is contained in:
@ -99,6 +99,13 @@ public class WebActivity extends NormalActivity {
|
||||
return getTargetIntent(context, WebActivity.class, WebFragment.class, bundle);
|
||||
}
|
||||
|
||||
public static Intent getBadgeCenterIntent(Context context){
|
||||
Bundle bundle = new Bundle();
|
||||
bundle.putString(EntranceUtils.KEY_URL, "https://www.baidu.com");
|
||||
|
||||
return getTargetIntent(context, WebActivity.class, WebFragment.class, bundle);
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public static Intent getIntentByNews(Context context, ConcernEntity concernEntity, String entrance) {
|
||||
Bundle bundle = new Bundle();
|
||||
|
||||
Reference in New Issue
Block a user