[tbb-commits] [tor-browser/tor-browser-68.1.0esr-9.0-1] Orfox: quit button added
gk at torproject.org
gk at torproject.org
Sat Aug 31 19:46:16 UTC 2019
commit 23afe32d66453837ddd5943332ff9b2d9579a5c4
Author: Amogh Pradeep <amoghbl1 at gmail.com>
Date: Fri Jul 17 17:01:09 2015 -0400
Orfox: quit button added
Signed-off-by: Amogh Pradeep <amoghbl1 at gmail.com>
---
mobile/android/base/java/org/mozilla/gecko/BrowserApp.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mobile/android/base/java/org/mozilla/gecko/BrowserApp.java b/mobile/android/base/java/org/mozilla/gecko/BrowserApp.java
index e7d490a552fe..4123acca9bbe 100644
--- a/mobile/android/base/java/org/mozilla/gecko/BrowserApp.java
+++ b/mobile/android/base/java/org/mozilla/gecko/BrowserApp.java
@@ -3277,7 +3277,7 @@ public class BrowserApp extends GeckoApp
!PrefUtils.getStringSet(prefs,
ClearOnShutdownPref.PREF,
new HashSet<String>()).isEmpty();
- aMenu.findItem(R.id.quit).setVisible(visible);
+ aMenu.findItem(R.id.quit).setVisible(true);
// If tab data is unavailable we disable most of the context menu and related items and
// return early.
More information about the tbb-commits
mailing list