[tor-commits] [tor-browser/tor-browser-60.1.0esr-8.0-1] Bug 25741 - TBA: Always Quit, do not restore the last session

gk at torproject.org gk at torproject.org
Fri Jul 27 08:37:27 UTC 2018


commit 9965f1db64ffba901f55a59d18fe53b2f66a7354
Author: Matthew Finkel <Matthew.Finkel at gmail.com>
Date:   Wed Apr 11 20:42:04 2018 +0000

    Bug 25741 - TBA: Always Quit, do not restore the last session
---
 mobile/android/app/src/main/res/xml/preferences_advanced.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mobile/android/app/src/main/res/xml/preferences_advanced.xml b/mobile/android/app/src/main/res/xml/preferences_advanced.xml
index b8c740eabfe3..8c9cee3bdd80 100644
--- a/mobile/android/app/src/main/res/xml/preferences_advanced.xml
+++ b/mobile/android/app/src/main/res/xml/preferences_advanced.xml
@@ -27,7 +27,7 @@
 
     <ListPreference android:key="android.not_a_preference.restoreSession3"
                     android:title="@string/pref_restore"
-                    android:defaultValue="always"
+                    android:defaultValue="quit"
                     android:entries="@array/pref_restore_entries"
                     android:entryValues="@array/pref_restore_values"
                     android:persistent="true" />





More information about the tor-commits mailing list