mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 17:27:42 +00:00
recover pn
This commit is contained in:
@@ -499,7 +499,7 @@ object TextSecurePreferences {
|
||||
|
||||
@JvmStatic
|
||||
fun isPasswordDisabled(context: Context): Boolean {
|
||||
return getBooleanPreference(context, DISABLE_PASSPHRASE_PREF, false)
|
||||
return getBooleanPreference(context, DISABLE_PASSPHRASE_PREF, true)
|
||||
}
|
||||
|
||||
fun setPasswordDisabled(context: Context, disabled: Boolean) {
|
||||
|
Reference in New Issue
Block a user