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

Commit 23a006b6 authored by Nate Fischer's avatar Nate Fischer Committed by android-build-merger
Browse files

Merge "WebView: no bars in javadoc" into pi-dev

am: 002c6373

Change-Id: I093585bdc5beaff3f6479b660d9d6d7b5577a5d2
parents fa49fae6 002c6373
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -847,7 +847,7 @@ public class WebView extends AbsoluteLayout

    /**
     * Asynchronously evaluates JavaScript in the context of the currently displayed page.
     * If non-null, |resultCallback| will be invoked with any result returned from that
     * If non-null, {@code resultCallback} will be invoked with any result returned from that
     * execution. This method must be called on the UI thread and the callback will
     * be made on the UI thread.
     * <p>