Files
denlvovich afb34a0bf9 Fixed call to 'passVisibleBoundsChanged' on iOS26
commit_hash:0c2df2ccca3cf75f92c594ef124a0dcdbfcc9899
2025-11-19 16:03:04 +03:00

7 lines
114 B
Swift

@MainActor
func skipMainRunLoopCycles(_ count: Int) async {
for _ in 0..<count+1 {
await Task.yield()
}
}