mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Reduce visibility of BridgelessReactStateTracker class (#37037)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37037 Reduce visibility of BridgelessReactStateTracker class to package only changelog: [internal] internal Reviewed By: fkgozali Differential Revision: D45192194 fbshipit-source-id: 3bd57f0fa228af1ca997ed454b067e89ff89fc7b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
20e1ecf282
commit
f530c32a98
+1
-1
@@ -14,7 +14,7 @@ import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
@Nullsafe(Nullsafe.Mode.LOCAL)
|
||||
public class BridgelessReactStateTracker {
|
||||
class BridgelessReactStateTracker {
|
||||
final List<String> mStates = Collections.synchronizedList(new ArrayList<String>());
|
||||
final boolean mShouldTrackStates;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user