Reduce visibility of ReactSurface.getSurfaceHandler() (#38693)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/38693

Reduce visibility of ReactSurface.getSurfaceHandler()

changelog: [internal] internal

Reviewed By: christophpurrer

Differential Revision: D47915065

fbshipit-source-id: e1501f075c9bb8858d859681fa7053dd0f9bbcfa
This commit is contained in:
David Vacca
2023-08-01 08:55:40 -07:00
committed by Facebook GitHub Bot
parent 9ece027bdc
commit bfc2cb972a
@@ -128,7 +128,8 @@ public class ReactSurface implements ReactSurfaceInterface {
mReactHost.set(null);
}
public SurfaceHandler getSurfaceHandler() {
/** package */
SurfaceHandler getSurfaceHandler() {
return mSurfaceHandler;
}