Skip to content

Commit

Permalink
address PR review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimblebee committed Aug 10, 2023
1 parent fa22c04 commit e202f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fun Texture(
}
}, update = {
textureView = it
setView(textureView!!)
setView(it)
onRequestBitmapReady { -> it.bitmap }
}
)
Expand Down

0 comments on commit e202f63

Please sign in to comment.