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

Commit c40fc871 authored by Kristian Monsen's avatar Kristian Monsen
Browse files

Need to sync the cache settings to native side

Fix for cts tests

Change-Id: I554f1240c16b2c2e68810e54d0ff99d13288a6a8
parent 6e710b4f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1569,6 +1569,7 @@ public class WebSettings {
    public void setCacheMode(int mode) {
        if (mode != mOverrideCacheMode) {
            mOverrideCacheMode = mode;
            postSync();
        }
    }