mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix call
This commit is contained in:
parent
0fa68aabad
commit
097ddbd43f
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ struct AppSettings: View {
|
|||
Logger.services.error("🗄 Error Deleting Meshtastic.sqlite file \(error, privacy: .public)")
|
||||
}
|
||||
}
|
||||
await MeshPackets.shared.clearCoreDataDatabase(includeRoutes: true, context: context)
|
||||
MeshPackets.shared.clearCoreDataDatabase(context: context, includeRoutes: true)
|
||||
clearNotifications()
|
||||
context.refreshAllObjects()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue