Skip to content

Commit 8face21

Browse files
committed
Fix date and time pickers in login webview.
1 parent f4e39da commit 8face21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/SalesforceSDK/src/com/salesforce/androidsdk/ui/LoginActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ open class LoginActivity : FragmentActivity() {
186186
@VisibleForTesting(otherwise = PROTECTED)
187187
open val webChromeClient = WebChromeClient()
188188
open val webView: WebView by lazy {
189-
WebView(this.baseContext).apply {
189+
WebView(this).apply {
190190
layoutParams = ViewGroup.LayoutParams(
191191
ViewGroup.LayoutParams.MATCH_PARENT,
192192
ViewGroup.LayoutParams.MATCH_PARENT,

0 commit comments

Comments
 (0)