Skip to content

Commit a5bfcd6

Browse files
drop issue link from comment
1 parent 989ddde commit a5bfcd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/BackgroundStyleApplicator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ public object BackgroundStyleApplicator {
639639
)
640640
val newComposite = compositeBackgroundDrawable.withNewBackground(background)
641641
// Carry bounds over so the new BackgroundDrawable is primed with
642-
// the view's real size on first draw. See #52415.
642+
// the view's real size on first draw.
643643
newComposite.bounds = compositeBackgroundDrawable.bounds
644644
view.background = newComposite
645645
background

0 commit comments

Comments
 (0)