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

Commit 4243a3a6 authored by Patrick Scott's avatar Patrick Scott
Browse files

Add postSync so that the chrome stack has access.

Bug: 3053149
Change-Id: I75f5422afcacf4ae70a2aa26188446251d7f84da
parent d87c2594
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1081,6 +1081,7 @@ public class WebSettings {
        if (mBlockNetworkLoads != flag) {
            mBlockNetworkLoads = flag;
            verifyNetworkAccess();
            postSync();
        }
    }