Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e277157b authored by susnata's avatar susnata Committed by android-build-merger
Browse files

Merge "Fix for the missing focus in WebView form fields." into oc-dev am: c34dec82

am: ab40d62d

Change-Id: I14d5910c5009a17f507b701aa461f862c4075152
parents 54e2223c ab40d62d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -375,6 +375,9 @@ public class CaptivePortalLoginActivity extends Activity {
                return;
            } else if (mPagesLoaded == 2) {
                // Prevent going back to empty first page.
                // Fix for missing focus, see b/62449959 for details. Remove it once we get a
                // newer version of WebView (60.x.y).
                view.requestFocus();
                view.clearHistory();
            }
            testForCaptivePortal();