Skip to content

Commit

Permalink
[0.75] Make Imagesource open for inheritance (#46093)
Browse files Browse the repository at this point in the history
Fixes #46077
  • Loading branch information
cortinico committed Aug 19, 2024
1 parent 45cd817 commit 02d9979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-native/ReactAndroid/api/ReactAndroid.api
Original file line number Diff line number Diff line change
Expand Up @@ -6449,7 +6449,7 @@ public class com/facebook/react/views/image/ReactImageView : com/facebook/drawee
public fun updateCallerContext (Ljava/lang/Object;)V
}

public final class com/facebook/react/views/imagehelper/ImageSource {
public class com/facebook/react/views/imagehelper/ImageSource {
public static final field Companion Lcom/facebook/react/views/imagehelper/ImageSource$Companion;
public fun <init> (Landroid/content/Context;Ljava/lang/String;)V
public fun <init> (Landroid/content/Context;Ljava/lang/String;D)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import android.net.Uri
import java.util.Objects

/** Class describing an image source (network URI or resource) and size. */
public class ImageSource
public open class ImageSource
@JvmOverloads
constructor(
context: Context,
Expand Down

0 comments on commit 02d9979

Please sign in to comment.