We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4e39da + 8face21 commit 8b13b3aCopy full SHA for 8b13b3a
1 file changed
libs/SalesforceSDK/src/com/salesforce/androidsdk/ui/LoginActivity.kt
@@ -186,7 +186,7 @@ open class LoginActivity : FragmentActivity() {
186
@VisibleForTesting(otherwise = PROTECTED)
187
open val webChromeClient = WebChromeClient()
188
open val webView: WebView by lazy {
189
- WebView(this.baseContext).apply {
+ WebView(this).apply {
190
layoutParams = ViewGroup.LayoutParams(
191
ViewGroup.LayoutParams.MATCH_PARENT,
192
0 commit comments