Commit f7e8112
Summary:
Pull Request resolved: #55981
Fixed MissingOverrideAnnotation lint errors in UIManagerModule.java.
Added Override annotation to sendAccessibilityEvent(), addUIManagerEventListener(), removeUIManagerEventListener(), and updateRootLayoutSpecs() methods which override methods from a superclass but were missing the annotation.
changelog: [internal] internal
Reviewed By: CalixTang
Differential Revision: D95412726
fbshipit-source-id: a811060482af51a8a4a31885edd1b6a8a4e0db88
1 parent 5e0f723 commit f7e8112
1 file changed
Lines changed: 4 additions & 0 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager
packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| 570 | + | |
570 | 571 | | |
571 | 572 | | |
572 | 573 | | |
| |||
601 | 602 | | |
602 | 603 | | |
603 | 604 | | |
| 605 | + | |
604 | 606 | | |
605 | 607 | | |
606 | 608 | | |
607 | 609 | | |
| 610 | + | |
608 | 611 | | |
609 | 612 | | |
610 | 613 | | |
| |||
631 | 634 | | |
632 | 635 | | |
633 | 636 | | |
| 637 | + | |
634 | 638 | | |
635 | 639 | | |
636 | 640 | | |
| |||
0 commit comments