Skip to content

注解kotlin Activity 不能跳转 #96

@SunnyTime

Description

@SunnyTime

注解kotlin Activity 不能跳转,空指针。
java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.Intent android.content.Intent.putExtra(java.lang.String, java.lang.String)' on a null object reference。
Intent intent = RouterUtil.getIntent(context,"****");
intent.putExtra("code", code);
context.startActivity(intent);
这里intent为空

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions