You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"))
The text was updated successfully, but these errors were encountered:
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"))
The text was updated successfully, but these errors were encountered: