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

Commit 81bb34b

Browse files
committed
High priority for main queue
1 parent 39ff994 commit 81bb34b

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
@@ -108,7 +108,7 @@ public extension DispatchQueue {
108108
}
109109

110110
#if os(Android)
111-
private static let androidSwiftMain = DispatchQueue(label: "AndroidSwiftMain")
111+
private static let androidSwiftMain = DispatchQueue(label: "AndroidSwiftMain", qos: .userInteractive)
112112

113113
public class var main: DispatchQueue {
114114
return androidSwiftMain

0 commit comments

Comments
 (0)