Skip to content

Commit 3793e4f

Browse files
authored
Fix async render thread
1 parent d43a72c commit 3793e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OpenSwiftUI/Integration/Hosting/UIKit/View/UIHostingViewBase.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ final package class DisplayLink: NSObject {
910910
if nextThread == .async {
911911
Self.asyncPending = true
912912
if Self.asyncRunloop == nil {
913-
let threadName = "org.OpenSwiftUI.OpenSwiftUI.AsyncRenderer"
913+
let threadName = "org.OpenSwiftUIProject.OpenSwiftUI.AsyncRenderer"
914914
while true {
915915
if Self.asyncThread == nil { // FIXME:
916916
let thread = Thread(

0 commit comments

Comments
 (0)