mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove task TODO that's TODONE
Summary: I stumbled on this comment where the task was closed Changelog: [Internal] Reviewed By: lunaleaps, RSNara Differential Revision: D18933260 fbshipit-source-id: 8d35e0fa19dc9aec7b811131318858c27c34accd
This commit is contained in:
committed by
Facebook Github Bot
parent
b2f267ac3b
commit
2436aa94f2
@@ -1255,7 +1255,6 @@ public class ReactInstanceManager {
|
||||
|
||||
ReactMarker.logMarker(PROCESS_PACKAGES_START);
|
||||
|
||||
// TODO(6818138): Solve use-case of native modules overriding
|
||||
synchronized (mPackages) {
|
||||
for (ReactPackage reactPackage : packages) {
|
||||
if (checkAndUpdatePackageMembership && mPackages.contains(reactPackage)) {
|
||||
|
||||
Reference in New Issue
Block a user