From 0b29107d7102fff9adead835e39cc027de593a4f Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 1 May 2023 14:25:42 -0300 Subject: [PATCH] let --- plugins/notification/ios/Sources/NotificationPlugin.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/notification/ios/Sources/NotificationPlugin.swift b/plugins/notification/ios/Sources/NotificationPlugin.swift index 290197a0..217c999d 100644 --- a/plugins/notification/ios/Sources/NotificationPlugin.swift +++ b/plugins/notification/ios/Sources/NotificationPlugin.swift @@ -61,7 +61,7 @@ func showNotification(invoke: Invoke, notification: JSObject) } class NotificationPlugin: Plugin { - var notificationHandler = NotificationHandler() + let notificationHandler = NotificationHandler() let notificationManager = NotificationManager() override init() {