mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove setMostRecentEventCount from TextInput view commands
Summary: Changelog: [Internal] We don't use view command `setMostRecentEventCount`, let's get rid of it. Reviewed By: JoshuaGross Differential Revision: D21016600 fbshipit-source-id: 6491c063e9d6a89252300cb47c010b248e473f4b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9bc7a07de1
commit
b861782562
-3
@@ -230,9 +230,6 @@ public class ReactTextInputManager extends BaseViewManager<ReactEditText, Layout
|
||||
case "blurTextInput":
|
||||
reactEditText.clearFocusFromJS();
|
||||
break;
|
||||
case "setMostRecentEventCount":
|
||||
// TODO: delete, this is no longer used from JS
|
||||
break;
|
||||
case "setTextAndSelection":
|
||||
int mostRecentEventCount = args.getInt(0);
|
||||
if (mostRecentEventCount == UNSET) {
|
||||
|
||||
Reference in New Issue
Block a user