Skip to content

Commit

Permalink
Resolve file diff after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jinliu9508 committed Mar 7, 2024
1 parent 9edbd24 commit ebbd8e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/set_response_time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- run: npm install @octokit/[email protected]
- run: npm install @octokit
- uses: actions/github-script@v6
id: set-time
with:
Expand Down
2 changes: 1 addition & 1 deletion OneSignalExample/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.onesignal.unity.core": "5.1.5"
"com.onesignal.unity.core": "5.1.0"
}
},
"com.onesignal.unity.core": {
Expand Down
2 changes: 0 additions & 2 deletions com.onesignal.unity.android/Runtime/OneSignalAndroid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ public override bool ConsentRequired {
}

public override void Initialize(string appId) {
SetOneSignalCallbacksToBackgroundThread();

var unityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer");
var activity = unityPlayer.GetStatic<AndroidJavaObject>("currentActivity");

Expand Down

0 comments on commit ebbd8e8

Please sign in to comment.