Convert MiscellaneousValues to kotlin.

This commit is contained in:
Greyson Parrelli
2024-03-18 11:18:22 -04:00
committed by Cody Henthorne
parent e6a11c1ccf
commit e24c951d83
18 changed files with 264 additions and 397 deletions

View File

@@ -23,7 +23,7 @@ public final class RemoteDeprecationDetectorInterceptor implements Interceptor {
if (response.code() == 499 && !SignalStore.misc().isClientDeprecated()) {
Log.w(TAG, "Received 499. Client version is deprecated.");
SignalStore.misc().markClientDeprecated();
SignalStore.misc().setClientDeprecated(true);
}
return response;