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

Commit beb61ac

Browse files
committed
Remove unecessary CATransaction
1 parent 9c17123 commit beb61ac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ - (void)beginResize:(CGSize)size notify:(nonnull dispatch_block_t)notify {
5454
return;
5555
}
5656

57-
[CATransaction begin];
58-
[CATransaction setDisableActions:YES];
59-
6057
[self drain];
6158

6259
notify();
@@ -72,8 +69,6 @@ - (void)beginResize:(CGSize)size notify:(nonnull dispatch_block_t)notify {
7269
}
7370

7471
_beginResizeWaiting = NO;
75-
76-
[CATransaction commit];
7772
}
7873

7974
- (void)performCommit:(CGSize)size notify:(nonnull dispatch_block_t)notify {

0 commit comments

Comments
 (0)