Skip to content

Commit

Permalink
Boolti-329 fix: WRAP_CONTENt -> MATCH_PARENT
Browse files Browse the repository at this point in the history
  • Loading branch information
mangbaam committed Nov 6, 2024
1 parent ca76b1d commit b0a9d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fun ShowRegistrationScreen(
BtWebView(context).apply {
layoutParams = ViewGroup.LayoutParams(
ViewGroup.LayoutParams.MATCH_PARENT,
ViewGroup.LayoutParams.WRAP_CONTENT,
ViewGroup.LayoutParams.MATCH_PARENT,
)
setWebChromeClient(
launchActivity = { launcher.launch(arrayOf("image/*")) },
Expand Down

0 comments on commit b0a9d1c

Please sign in to comment.