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

Commit e8f67b50 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "WebView: remove @Nullable from SB whitelist"

parents 3430c85b c5ec7451
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1649,7 +1649,7 @@ public class WebView extends AbsoluteLayout
     * will be called with false if any URLs are malformed. The callback will be run on the UI
     * thread.
     */
    public static void setSafeBrowsingWhitelist(@Nullable List<String> urls,
    public static void setSafeBrowsingWhitelist(@NonNull List<String> urls,
            @Nullable ValueCallback<Boolean> callback) {
        getFactory().getStatics().setSafeBrowsingWhitelist(urls, callback);
    }