Skip to content

Commit

Permalink
fix(android): build issues ResourceDrawableIdHelper.instance
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jan 17, 2025
1 parent 66cb3f5 commit d80ee4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ object ResourceIdHelper {
}

fun getResourceUri(context: Context, name: String): Uri? {
val drawableUri = ResourceDrawableIdHelper.instance.getResourceDrawableUri(context, name)
val drawableUri = ResourceDrawableIdHelper.getInstance().getResourceDrawableUri(context, name)
if (drawableUri != Uri.EMPTY) {
return drawableUri
}
Expand Down

0 comments on commit d80ee4c

Please sign in to comment.