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

Commit 30982c77 authored by Selim Gurun's avatar Selim Gurun
Browse files

Enable onProvideVirtualAssistStructure API

Bug: b/19771298

onProvideVirtualAssistStructure API was hardwired to call the super
method prevent any crashes when assist gesture is used. Enable it.

Change-Id: I333f9f024ffb34af6a2cfa7e4b66ae233d73eb41
parent 691ae9dc
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2427,9 +2427,7 @@ public class WebView extends AbsoluteLayout

    @Override
    public void onProvideVirtualAssistStructure(ViewAssistStructure structure) {
        super.onProvideVirtualAssistStructure(structure);
        // TODO: enable when chromium backend lands.
        // mProvider.getViewDelegate().onProvideVirtualAssistStructure(structure);
        mProvider.getViewDelegate().onProvideVirtualAssistStructure(structure);
    }

    /** @hide */