We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbb156 commit e086d7aCopy full SHA for e086d7a
1 file changed
shell/platform/darwin/macos/framework/Source/FlutterEngine.mm
@@ -1101,6 +1101,7 @@ - (void)engineCallbackOnPreEngineRestart {
1101
- (void)onVSync:(uintptr_t)baton {
1102
@synchronized(_vsyncWaiters) {
1103
// TODO(knopp): Use vsync waiter for correct view.
1104
+ // https://github.com/flutter/flutter/issues/142845
1105
FlutterVSyncWaiter* waiter = [_vsyncWaiters objectForKey:@(kFlutterImplicitViewId)];
1106
[waiter waitForVSync:baton];
1107
}
0 commit comments