mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Clear enable_android_surface_clear_after_crash_report and disable_view_operations_after_catalyst_destroy
Summary: Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D26238985 fbshipit-source-id: 5aa1172e73dd6623e2af1acd909e1548e37e8f30
This commit is contained in:
committed by
Facebook GitHub Bot
parent
704dd2812f
commit
6061b79283
@@ -787,9 +787,7 @@ public class UIImplementation {
|
||||
public void onHostDestroy() {}
|
||||
|
||||
public void onCatalystInstanceDestroyed() {
|
||||
if (ReactFeatureFlags.disableNonFabricViewOperationsOnCatalystDestroy) {
|
||||
mViewOperationsEnabled = false;
|
||||
}
|
||||
mViewOperationsEnabled = false;
|
||||
}
|
||||
|
||||
public void setViewHierarchyUpdateDebugListener(
|
||||
|
||||
Reference in New Issue
Block a user