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

Commit 2708da7b authored by Hugo Benichi's avatar Hugo Benichi Committed by Gerrit Code Review
Browse files

Merge "Fix for the missing focus in WebView form fields."

parents ed3e6d47 7f1396d3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -400,6 +400,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();