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

Commit e086d7a

Browse files
committed
Add issue link
1 parent 7dbb156 commit e086d7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shell/platform/darwin/macos/framework/Source/FlutterEngine.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,7 @@ - (void)engineCallbackOnPreEngineRestart {
11011101
- (void)onVSync:(uintptr_t)baton {
11021102
@synchronized(_vsyncWaiters) {
11031103
// TODO(knopp): Use vsync waiter for correct view.
1104+
// https://github.com/flutter/flutter/issues/142845
11041105
FlutterVSyncWaiter* waiter = [_vsyncWaiters objectForKey:@(kFlutterImplicitViewId)];
11051106
[waiter waitForVSync:baton];
11061107
}

0 commit comments

Comments
 (0)