-
Notifications
You must be signed in to change notification settings - Fork 400
Open
Description
注解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
Labels
No labels