Skip to content

Commit ec06234

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)