Skip to content

Commit 8363935

Browse files
committed
fix formatting
1 parent cf6919f commit 8363935

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
bun install --frozen-lockfile
9090
cd examples/RNOneSignalTS
9191
bun run setup
92-
pod install
9392
9493
- name: Get current native SDK versions
9594
id: current_versions
@@ -162,7 +161,7 @@ jobs:
162161
163162
# Update example
164163
cd examples/RNOneSignalTS/ios
165-
pod update OneSignalXCFramework
164+
pod install
166165
167166
# Only commit if there are changes
168167
git add -A

android/src/main/java/com/onesignal/rnonesignalandroid/RNOneSignal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public void onClick(INotificationClickEvent event) {
172172
};
173173

174174
private void removeObservers() {
175-
if(!oneSignalInitDone) {
175+
if (!oneSignalInitDone) {
176176
Logging.debug("OneSignal React-Native SDK not initialized yet. Could not remove observers.", null);
177177
return;
178178
}

0 commit comments

Comments
 (0)