mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Remove Universal Expire Timer flag and fix bug with SMS.
This commit is contained in:
@@ -381,11 +381,7 @@ public final class SettingsValues extends SignalStoreValues {
|
||||
}
|
||||
|
||||
public int getUniversalExpireTimer() {
|
||||
if (FeatureFlags.defaultMessageTimer()) {
|
||||
return getInteger(UNIVERSAL_EXPIRE_TIMER, 0);
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
return getInteger(UNIVERSAL_EXPIRE_TIMER, 0);
|
||||
}
|
||||
|
||||
private @Nullable Uri getUri(@NonNull String key) {
|
||||
|
||||
Reference in New Issue
Block a user