iOS: keep NodeAppModel size stable for CI

(cherry picked from commit 6cc4c6723e)
This commit is contained in:
David Proctor
2026-02-09 14:09:31 -07:00
committed by Mariano Belinky
parent a5abcae37d
commit 4abdd8b9b8

View File

@@ -10,7 +10,6 @@ import UserNotifications
private struct NotificationCallError: Error, Sendable {
let message: String
}
// Ensures notification requests return promptly even if the system prompt blocks.
private final class NotificationInvokeLatch<T: Sendable>: @unchecked Sendable {
private let lock = NSLock()
@@ -37,7 +36,6 @@ private final class NotificationInvokeLatch<T: Sendable>: @unchecked Sendable {
cont?.resume(returning: response)
}
}
@MainActor
@Observable
final class NodeAppModel {