Skip to content

Commit 3237558

Browse files
apkumarFlewp
authored andcommitted
Merge pull request #18 from discord/ankit/prevent-clipping-android
Add a prevent clipping prop
1 parent 5ebec16 commit 3237558

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewGroup.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,8 @@ public int getBackgroundColor() {
787787
}
788788

789789
// NOTE(apkumar)
790-
//
791-
// This is added in our (Discord's) fork.
790+
//
791+
// This is added in our (Discord's) fork.
792792
//
793793
// Normally, the drawing order helper is informed of new and removed views
794794
// via handleAddView and handleRemoveView, called in `addView` and

0 commit comments

Comments
 (0)