mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Don't try and use live activity on mac
This commit is contained in:
parent
f12cf9978f
commit
89322bedd3
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ class CarPlaySceneDelegate: UIResponder, CPTemplateApplicationSceneDelegate, CPI
|
|||
|
||||
// MARK: - Live Activity
|
||||
|
||||
#if canImport(ActivityKit)
|
||||
#if canImport(ActivityKit) && !targetEnvironment(macCatalyst)
|
||||
private func startLiveActivityIfNeeded() {
|
||||
guard ActivityAuthorizationInfo().areActivitiesEnabled else {
|
||||
Logger.services.info("🚗 [CarPlay] Live Activities not enabled")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue