Commit 5ba0a1b
Summary:
Pull Request resolved: #55984
Fixed MissingOverrideAnnotation lint error in ReactTextView.java.
Added Override annotation to setLetterSpacing() method which overrides a method from a superclass but was missing the annotation.
changelog: [internal] internal
Reviewed By: OmarBafagih
Differential Revision: D95412892
fbshipit-source-id: f851095f0c13b09dddb1963afc629730e9f6d51d
1 parent 2e2ce11 commit 5ba0a1b
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| 582 | + | |
582 | 583 | | |
583 | 584 | | |
584 | 585 | | |
| |||
0 commit comments