Skip to content

Simplify timer deletion code#44443

Closed
javache wants to merge 2 commits into
facebook:mainfrom
javache:export-D57049086
Closed

Simplify timer deletion code#44443
javache wants to merge 2 commits into
facebook:mainfrom
javache:export-D57049086

Conversation

@javache
Copy link
Copy Markdown
Member

@javache javache commented May 7, 2024

Summary:
Call erase directly instead of doing find + erase.

Changelog: [Internal]

Differential Revision: D57049086

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 7, 2024
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D57049086

Saadnajmi and others added 2 commits May 7, 2024 06:49
Summary:
TextInputs' `onTextInput` callback was removed way back in React Native 0.62 with facebook@3f7e0a2 , but remnants of the implementation exists. Let's just remove it altogether?

## Changelog:

[IOS] [REMOVED] - Remove deprecated onTextInput callback

Pull Request resolved: facebook#44351

Test Plan: CI should pass

Differential Revision: D56804590

Pulled By: javache
Summary:
Pull Request resolved: facebook#44443

Call `erase` directly instead of doing `find` + `erase`.

Changelog: [Internal]

Differential Revision: D57049086
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D57049086

@javache javache force-pushed the export-D57049086 branch from e460c3b to 46fbf59 Compare May 7, 2024 13:52
@analysis-bot
Copy link
Copy Markdown

Platform Engine Arch Size (bytes) Diff
android hermes arm64-v8a 19,495,263 -24
android hermes armeabi-v7a n/a --
android hermes x86 n/a --
android hermes x86_64 n/a --
android jsc arm64-v8a 22,867,596 -26
android jsc armeabi-v7a n/a --
android jsc x86 n/a --
android jsc x86_64 n/a --

Base commit: 06eea61
Branch: main

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label May 7, 2024
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in 29c3bc0.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2024

This pull request was successfully merged by @javache in 29c3bc0.

When will my fix make it into a release? | How to file a pick request?

@javache javache deleted the export-D57049086 branch May 15, 2024 13:32
kosmydel pushed a commit to kosmydel/react-native that referenced this pull request Jun 11, 2024
Summary:
Pull Request resolved: facebook#44443

Call `erase` directly instead of doing `find` + `erase`.

Changelog: [Internal]

Reviewed By: NickGerleman

Differential Revision: D57049086

fbshipit-source-id: b8a30b66f080897fef31677b2c9e1cdff99a71d2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants