[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Bug 42247: Android helpers for the TorProvider

morgan (@morgan) git at gitlab.torproject.org
Sat Aug 24 03:35:58 UTC 2024



morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
a0b6927c by Morgan at 2024-08-23T19:26:28+00:00
fixup! Bug 42247: Android helpers for the TorProvider

add missing (null) GeckoBundle parameter

- - - - -


1 changed file:

- mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java


Changes:

=====================================
mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java
=====================================
@@ -2615,7 +2615,7 @@ public class GeckoSession {
    */
   @UiThread
   public void newTorCircuit() {
-    mEventDispatcher.dispatch("GeckoView:NewTorCircuit");
+    mEventDispatcher.dispatch("GeckoView:NewTorCircuit", null);
   }
 
   /**



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a0b6927c0e21e9c49b4cc42ec4bac3a81536386b

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a0b6927c0e21e9c49b4cc42ec4bac3a81536386b
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240824/3b1a810b/attachment.htm>


More information about the tor-commits mailing list