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

Commit 01b04e10 authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Fix potential NPE in WebView

New up and initialise the data structure for tracking autofillable
form fields properly. We should not wait for the first autofill
message from WebCore as we have some special state values we need
to set.

Change-Id: Ic30b9ac69436f784d65e50dcabe6af1ef3326ff4
parent 8da35290
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -919,6 +919,7 @@ public class WebView extends AbsoluteLayout
        }

        L10nUtils.loadStrings(context);
        mAutoFillData = new WebViewCore.AutoFillData();
    }

    /*