This commit is contained in:
@ -13,10 +13,11 @@ import com.gh.gamecenter.message.MessageNormalFragment;
|
||||
|
||||
public class MessageInviteActivity extends NormalActivity {
|
||||
|
||||
public static Intent getIntent(Context context, String messageType, String entrance) {
|
||||
public static Intent getIntent(Context context, String messageType, String outerInfo, String entrance) {
|
||||
Bundle bundle = new Bundle();
|
||||
bundle.putString(EntranceUtils.KEY_MESSAGE_TYPE, messageType);
|
||||
bundle.putString(EntranceUtils.KEY_ENTRANCE, entrance);
|
||||
bundle.putString(EntranceUtils.KEY_OUTER_INFO, outerInfo);
|
||||
return getTargetIntent(context, MessageInviteActivity.class, MessageNormalFragment.class, bundle);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user