Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 047524c

Browse files
johnno1962Anton Pogonets
authored and
Anton Pogonets
committed
High priority for main queue
1 parent 7aa6841 commit 047524c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swift/Queue.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ extension DispatchQueue {
117117
}
118118

119119
#if os(Android)
120-
private static let androidSwiftMain = DispatchQueue(label: "AndroidSwiftMain")
120+
private static let androidSwiftMain = DispatchQueue(label: "AndroidSwiftMain", qos: .userInteractive)
121121

122122
public class var main: DispatchQueue {
123123
return androidSwiftMain

0 commit comments

Comments
 (0)