You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make sure view width and height are non 0 before calling createBitmap() (facebook#56627)
Summary:
## Changelog:
[Android] [Fixed] - make sure view width and height are non 0 before calling createBitmap()
Reviewed By: Abbondanzo
Differential Revision: D102657602
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/ViewTransitionSnapshotManager.kt
+22-11Lines changed: 22 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,13 @@ internal class ViewTransitionSnapshotManager(
0 commit comments