line / line-sdk-starter-android-v2

A starter application that demonstrates how to use LINE SDK V2 for Android.
MIT License
35 stars 27 forks source link

Callback intent is null #37

Open sunkejing opened 1 year ago

sunkejing commented 1 year ago

public void onActivityResult(int requestCode, int resultCode, Intent data) 方法中返回的intent为空,调用 LineLoginResult result = LineLoginApi.getLoginResultFromIntent(data);时 返回new LineLoginResult(LineApiResponseCode.INTERNAL_ERROR, new LineApiError("Callback intent is null"))