Skip to content

Commit

Permalink
[Fabric] Invalidate displaylink when invalidate instance in bridgeles…
Browse files Browse the repository at this point in the history
…s mode
  • Loading branch information
zhongwuzw committed Mar 22, 2024
1 parent 15a5638 commit c4c15c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ - (void)invalidate
self->_jsRuntimeFactory = nullptr;
self->_appTMMDelegate = nil;
self->_delegate = nil;
[self->_displayLink invalidate];
self->_displayLink = nil;

self->_turboModuleManager = nil;
Expand Down

0 comments on commit c4c15c7

Please sign in to comment.