We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcbdfe3 + 09ac434 commit f12e3a2Copy full SHA for f12e3a2
ios/LineLoginManager.m
@@ -97,11 +97,7 @@ - (void)loginWithPermissions:(NSArray *)permissions
97
{
98
LineSDKLogin *shared = [LineSDKLogin sharedInstance];
99
100
- if ([shared isAuthorized])
101
- {
102
- [self getUserProfile:loginResolver
103
- rejecter:loginRejecter];
104
- } else if ([shared canLoginWithLineApp])
+ if ([shared canLoginWithLineApp])
105
106
if (permissions && [permissions count] > 0) {
107
[shared startLoginWithPermissions:permissions];
0 commit comments