mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #675 from 72A12F4E/fix-coredata-crash
Fix CoreData crash
This commit is contained in:
commit
c9f1bf172e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ extension ExternalNotificationConfigEntity {
|
|||
context: NSManagedObjectContext,
|
||||
config: ModuleConfig.ExternalNotificationConfig
|
||||
) {
|
||||
self.init()
|
||||
self.init(context: context)
|
||||
self.enabled = config.enabled
|
||||
self.usePWM = config.usePwm
|
||||
self.alertBell = config.alertBell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue