Skip to content

Commit cc66f31

Browse files
committed
Fix lint issue that got through earlier checks, and fix the reason why CI wasn't running on the earlier PR
1 parent 19dcb50 commit cc66f31

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ name: CI
22

33
on:
44
pull_request:
5-
branches:
6-
- master
7-
- rel/*
85

96
permissions:
10-
contents: write
7+
contents: read
118

129
jobs:
1310
lint:

example/android/app/src/main/java/com/klaviyoreactnativesdkexample/MainActivity.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.klaviyoreactnativesdkexample
22

33
import android.content.Intent
4-
import android.net.Uri
54
import android.os.Bundle
65
import android.util.Log
76
import com.facebook.react.ReactActivity
@@ -34,8 +33,6 @@ class MainActivity : ReactActivity() {
3433
}
3534

3635
override fun onNewIntent(intent: Intent?) {
37-
Log.v("KlaviyoSampleApp", "MainActivity.onNewIntent()")
38-
Log.v("KlaviyoSampleApp", "Launch Intent: " + intent.toString())
3936
super.onNewIntent(intent)
4037

4138
// Android Installation Step 5: Call handlePush when a push notification is tapped

0 commit comments

Comments
 (0)