[tbb-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] Bug 29982 - Force single-pane UI on Tor Preferences

gk at torproject.org gk at torproject.org
Wed May 15 06:15:48 UTC 2019


commit 6a6052976627429027602a3b6871f0ae37aaa36d
Author: Matthew Finkel <Matthew.Finkel at gmail.com>
Date:   Tue May 14 19:57:56 2019 +0000

    Bug 29982 - Force single-pane UI on Tor Preferences
---
 .../android/base/java/org/mozilla/gecko/torbootstrap/TorPreferences.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mobile/android/base/java/org/mozilla/gecko/torbootstrap/TorPreferences.java b/mobile/android/base/java/org/mozilla/gecko/torbootstrap/TorPreferences.java
index 87b752ab5991..2519fed4a8b1 100644
--- a/mobile/android/base/java/org/mozilla/gecko/torbootstrap/TorPreferences.java
+++ b/mobile/android/base/java/org/mozilla/gecko/torbootstrap/TorPreferences.java
@@ -131,6 +131,7 @@ public class TorPreferences extends AppCompatPreferenceActivity {
     protected void onCreate(Bundle savedInstanceState) {
         // Begin with the first (Enable Bridges) fragment
         getIntent().putExtra(EXTRA_SHOW_FRAGMENT, sTorNetworkBridgesEnabledPreferenceName);
+        getIntent().putExtra(EXTRA_NO_HEADERS, true);
         super.onCreate(savedInstanceState);
 
         mFrag = null;



More information about the tbb-commits mailing list