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

Commit fbef58fa authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 258f32e2: Merge "Disable plugins if setPluginsEnabled(false) called."

* commit '258f32e2':
  Disable plugins if setPluginsEnabled(false) called.
parents 0cb17a52 258f32e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1052,7 +1052,7 @@ public class WebSettings {
     */
    @Deprecated
    public synchronized void setPluginsEnabled(boolean flag) {
        setPluginState(PluginState.ON);
        setPluginState(flag ? PluginState.ON : PluginState.OFF);
    }

    /**