mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fixed wrong class name in string (#50831)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50831 fixed wrong class name in string Changelog: [Internal] Reviewed By: Abbondanzo Differential Revision: D73370669 fbshipit-source-id: 76529099b1eabc4e23333fb97aec2c9b613ee7e0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7284bea018
commit
77f2c610db
+1
-1
@@ -18,7 +18,7 @@ internal class RequestCloseEvent(surfaceId: Int, viewTag: Int) :
|
||||
|
||||
@Deprecated(
|
||||
"Do not use this constructor, use the one with explicit surfaceId",
|
||||
ReplaceWith("ShowEvent(surfaceId, viewTag)"))
|
||||
ReplaceWith("RequestCloseEvent(surfaceId, viewTag)"))
|
||||
constructor(viewTag: Int) : this(ViewUtil.NO_SURFACE_ID, viewTag)
|
||||
|
||||
override fun getEventName(): String = EVENT_NAME
|
||||
|
||||
Reference in New Issue
Block a user