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 bc1e73a + 6960fcf commit ebe1046Copy full SHA for ebe1046
android/src/main/java/com/xmartlabs/line/LineLoginModule.kt
@@ -46,9 +46,9 @@ class LineLoginModule(private val reactContext: ReactApplicationContext) :
46
channelId = args.getString("channelId")!!
47
lineApiClient = LineApiClientBuilder(reactContext.applicationContext, channelId).build()
48
reactContext.addActivityEventListener(object : ActivityEventListener {
49
- override fun onNewIntent(intent: Intent?) {}
+ override fun onNewIntent(intent: Intent) {}
50
override fun onActivityResult(
51
- activity: Activity?,
+ activity: Activity,
52
requestCode: Int,
53
resultCode: Int,
54
data: Intent?
0 commit comments