mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-28 09:40:47 +00:00
refactor: revert inThreadNotification pref to default true
This commit is contained in:
parent
021d81ab98
commit
b7ead5778e
@ -380,7 +380,7 @@ object TextSecurePreferences {
|
|||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
fun isInThreadNotifications(context: Context): Boolean {
|
fun isInThreadNotifications(context: Context): Boolean {
|
||||||
return getBooleanPreference(context, IN_THREAD_NOTIFICATION_PREF, false)
|
return getBooleanPreference(context, IN_THREAD_NOTIFICATION_PREF, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user