Skip to content

Commit 8b13b3a

Browse files
authored
Merge pull request #2756 from brandonpage/fix-login-date-picker
Fix date and time pickers in login webview.
2 parents f4e39da + 8face21 commit 8b13b3a

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)