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

Commit bb245ea7 authored by Grace Kloba's avatar Grace Kloba
Browse files

Return an empty PluginList instead of null for the

deprecated getPluginList() api.

Fix http://b/issue?id=2249732
parent cfe45c77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2730,7 +2730,7 @@ public class WebView extends AbsoluteLayout
    */
    @Deprecated
    public static synchronized PluginList getPluginList() {
        return null;
        return new PluginList();
    }

   /**