Commit 021167e
Remove MessageQueueThreadHandler.java to fix CI (facebook#49613)
Summary:
MessageQueueThreadHandler was migrated to Kotlin in facebook#49583 but during merging the Java file was kept, this is currently breaking the `build-android` action in CI. [See this action for example](https://github.com/facebook/react-native/actions/runs/13472084782/job/37646841097?pr=49607)
## Changelog:
[INTERNAL] - Remove MessageQueueThreadHandler.java implementation to fix CI
Pull Request resolved: facebook#49613
Test Plan:
```bash
yarn build-android
```
Reviewed By: fkgozali
Differential Revision: D70059045
Pulled By: arushikesarwani94
fbshipit-source-id: 93665a8ac4ccc1cb1b03908179e2fcd12c61b3dd1 parent 1fe8d58 commit 021167e
File tree
2 files changed
+1
-33
lines changed- packages/react-native/ReactAndroid
- api
- src/main/java/com/facebook/react/bridge/queue
2 files changed
+1
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1609 | 1609 | | |
1610 | 1610 | | |
1611 | 1611 | | |
1612 | | - | |
| 1612 | + | |
1613 | 1613 | | |
1614 | 1614 | | |
1615 | 1615 | | |
| |||
Lines changed: 0 additions & 32 deletions
This file was deleted.
0 commit comments