mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 16:37:41 +00:00
Legacy settings ui tweaks
This commit is contained in:
@@ -10,6 +10,6 @@ class ExpirationConfiguration(
|
||||
) {
|
||||
val isEnabled = durationSeconds > 0
|
||||
companion object {
|
||||
val isNewConfigEnabled = System.currentTimeMillis() > 1_671_062_400_000 // 15/12/2022
|
||||
val isNewConfigEnabled = System.currentTimeMillis() > 1_674_000_000_000 // 18/01/2023
|
||||
}
|
||||
}
|
@@ -95,7 +95,7 @@ object UpdateMessageBuilder {
|
||||
}
|
||||
} else {
|
||||
if (ExpirationConfiguration.isNewConfigEnabled) {
|
||||
context.getString(R.string.MessageRecord_s_turned_off_disappearing_messages)
|
||||
context.getString(R.string.MessageRecord_s_turned_off_disappearing_messages, senderName)
|
||||
} else {
|
||||
context.getString(R.string.MessageRecord_s_disabled_disappearing_messages, senderName)
|
||||
}
|
||||
|
Reference in New Issue
Block a user