mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
9ece027bdc
commit
bfc2cb972a
+2
-1
@@ -128,7 +128,8 @@ public class ReactSurface implements ReactSurfaceInterface {
|
||||
mReactHost.set(null);
|
||||
}
|
||||
|
||||
public SurfaceHandler getSurfaceHandler() {
|
||||
/** package */
|
||||
SurfaceHandler getSurfaceHandler() {
|
||||
return mSurfaceHandler;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user