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.
1 parent 6d1a411 commit 35f2948Copy full SHA for 35f2948
com.unity.mobile.notifications/Runtime/iOS/Plugins/UnityNotificationManager.m
@@ -396,7 +396,7 @@ - (UNNotificationSound*)soundForNotification:(const iOSNotificationData*)data
396
return [UNNotificationSound ringtoneSoundNamed: soundName];
397
return UNNotificationSound.defaultRingtoneSound;
398
}
399
- // continue to default
+ // continue to default
400
case kSoundTypeDefault:
401
default:
402
default_fallback:
0 commit comments