Skip to content

Commit

Permalink
Boolti-329 fix: UserAgent 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mangbaam committed Nov 8, 2024
1 parent b0a9d1c commit 5307f27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class BtWebView @JvmOverloads constructor(
javaScriptEnabled: Boolean = true,
domStorageEnabled: Boolean = true,
) = with(settings) {
userAgentString = "BOOLTI/ANDROID"
userAgentString = "$userAgentString BOOLTI/ANDROID"
this.javaScriptEnabled = javaScriptEnabled
this.domStorageEnabled = domStorageEnabled
}
Expand Down

0 comments on commit 5307f27

Please sign in to comment.