Skip to content

Commit

Permalink
[Discord] (Removable in 0.77+) allowRecursiveCommitsWithSynchronousMo…
Browse files Browse the repository at this point in the history
…untOnAndroid always true
  • Loading branch information
Flewp committed Jan 14, 2025
1 parent e7198f6 commit 107e811
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,7 @@ void Binding::schedulerShouldRenderTransactions(
return;
}

if (ReactNativeFeatureFlags::
allowRecursiveCommitsWithSynchronousMountOnAndroid()) {
if (true) {
std::vector<MountingTransaction> pendingTransactions;

{
Expand Down

0 comments on commit 107e811

Please sign in to comment.