光环助手V3.5数据统计需求(光环数据后台)-- 还有部分需要再次检查确认 https://gitlab.ghzhushou.com/pm/halo-app-issues/issues/367
This commit is contained in:
@ -13,9 +13,10 @@ import com.gh.gamecenter.message.MessageNormalFragment;
|
||||
|
||||
public class MessageInviteActivity extends NormalActivity {
|
||||
|
||||
public static Intent getIntent(Context context, String messageType) {
|
||||
public static Intent getIntent(Context context, String messageType, String entrance) {
|
||||
Bundle bundle = new Bundle();
|
||||
bundle.putString(EntranceUtils.KEY_MESSAGE_TYPE, messageType);
|
||||
bundle.putString(EntranceUtils.KEY_ENTRANCE, entrance);
|
||||
return getTargetIntent(context, MessageInviteActivity.class, MessageNormalFragment.class, bundle);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user