Commit 6f77ed6
committed
Mark JSPointerDispatcher and JSTouchDispatcher as open
The Java-to-Kotlin migration of these classes made them implicitly
final (Kotlin default), breaking downstream libraries that subclass
them (e.g. react-native-keyboard-controller's JSPointerDispatcherCompat).
Adding `open` restores the pre-migration extensibility.1 parent c789880 commit 6f77ed6
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/JSTouchDispatcher.kt
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments