mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-06 22:38:37 +08:00
Remove android_react_native_perf.use_separate_ui_bg_thread experiment.
Reviewed By: AaaChiuuu Differential Revision: D6313250 fbshipit-source-id: 583a729a157a2053827631a43e38917753e78477
This commit is contained in:
committed by
Facebook Github Bot
parent
053776338e
commit
4f886a29a1
@@ -330,7 +330,7 @@ public class ReactRootView extends SizeMonitoringFrameLayout
|
||||
}
|
||||
final ReactContext reactApplicationContext = mReactInstanceManager.getCurrentReactContext();
|
||||
if (reactApplicationContext != null) {
|
||||
reactApplicationContext.runUIBackgroundRunnable(
|
||||
reactApplicationContext.runOnNativeModulesQueueThread(
|
||||
new GuardedRunnable(reactApplicationContext) {
|
||||
@Override
|
||||
public void runGuarded() {
|
||||
|
||||
Reference in New Issue
Block a user