Remove enable_delayed_view_state_deletion_android feature flag

Summary: changelog: [internal]

Reviewed By: mdvacca

Differential Revision: D40299970

fbshipit-source-id: 2569b55450cdb06952316c97a8f77b97ead6ebf4
This commit is contained in:
Samuel Susla
2022-10-13 10:19:28 -07:00
committed by Facebook GitHub Bot
parent 60869d0885
commit d6f9adeaec
3 changed files with 5 additions and 49 deletions
@@ -95,8 +95,6 @@ public class ReactFeatureFlags {
public static boolean insertZReorderBarriersOnViewGroupChildren = true;
/** Feature Flag for mitigatin concurrent root crashes */
public static boolean enableDelayedViewStateDeletion = false;
public static boolean disablePreallocationOnClone = false;
public static boolean shouldRememberAllocatedViews = false;