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 d5e2284 commit 788c8d4Copy full SHA for 788c8d4
FirebaseSessions/Sources/SessionInitiator.swift
@@ -51,7 +51,7 @@ class SessionInitiator {
51
52
let notificationCenter = NotificationCenter.default
53
#if os(iOS) || os(tvOS) || os(visionOS)
54
- // Change background update event listerner for iPadOS 26 multi-windowing supoort
+ // Change background update event listener for iPadOS 26 multi-windowing support
55
if #available(iOS 26, *), GULAppEnvironmentUtil.appleDevicePlatform().contains("ipados") {
56
notificationCenter.addObserver(
57
self,
0 commit comments