Add workaround for bulkBarrierPreWrite: unaligned arguments

This commit is contained in:
世界
2024-12-14 20:12:26 +08:00
parent fe7dd4322f
commit ba6f99bc34
4 changed files with 6 additions and 15 deletions
@@ -165,7 +165,7 @@ public struct DashboardView: View {
return
}
await MainActor.run {
alert = Alert(title: Text("Service Error"), message: Text(message))
alert = Alert(title: Text("Service Error"), message: Text(message!.value))
}
}