Pier Angelo Vendrame pushed to branch tor-browser-140.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • mobile/shared/chrome/geckoview/geckoview.js
    ... ... @@ -929,7 +929,9 @@ function startup() {
    929 929
           // submits the ping if it has data and has been about 24 hours since the
    
    930 930
           // last submission.
    
    931 931
           CaptchaDetectionPingUtils.init();
    
    932
    +    });
    
    932 933
     
    
    934
    +    InitLater(() => {
    
    933 935
           RemoteSettings.pollChanges({ trigger: "timer" });
    
    934 936
         });
    
    935 937