
Dan Ballard pushed to branch firefox-android-115.2.1-13.0-1 at The Tor Project / Applications / firefox-android Commits: 1d53ad16 by clairehurst at 2023-10-10T16:18:31+00:00 fixup! Modify UI/UX Bug 42157: Fix Help button URL - - - - - 1 changed file: - fenix/app/src/main/java/org/mozilla/fenix/home/HomeMenuView.kt Changes: ===================================== fenix/app/src/main/java/org/mozilla/fenix/home/HomeMenuView.kt ===================================== @@ -160,10 +160,7 @@ class HomeMenuView( } HomeMenu.Item.Help -> { homeActivity.openToBrowserAndLoad( - searchTermOrURL = SupportUtils.getSumoURLForTopic( - context = context, - topic = SupportUtils.SumoTopic.HELP, - ), + searchTermOrURL = SupportUtils.getTorHelpPageUrl(), newTab = true, from = BrowserDirection.FromHome, ) View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/1d53... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/firefox-android/-/commit/1d53... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Dan Ballard (@dan)