Skip to content

Commit 144bd6b

Browse files
author
Emiliano Botti
committed
Merge branch 'feature/upgrade-native-sdks' of github.com:xmartlabs/react-native-line into feature/upgrade-native-sdks
2 parents d0a7360 + 3e3e07a commit 144bd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/LineLogin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import LineSDK
4949

5050
if let botPrompt = args["botPrompt"] as? String {
5151
switch botPrompt {
52-
case "aggressive": parameters.botPromptStyle = LoginManager.BotPrompt(rawValue: "aggresive")
52+
case "aggressive": parameters.botPromptStyle = LoginManager.BotPrompt(rawValue: "aggressive")
5353
case "normal": parameters.botPromptStyle = LoginManager.BotPrompt(rawValue: "normal")
5454
default: break
5555
}

0 commit comments

Comments
 (0)