Skip to content

Commit

Permalink
Keep files synced with user-model/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jinliu9508 committed Feb 27, 2024
1 parent 1ac38db commit c34cbc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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/action@6.0.6
- run: npm install @octokit/action
- uses: actions/github-script@v6
id: set-time
with:
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 c34cbc4

Please sign in to comment.