mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Revert "Prevent changes to conversations while device is unregistered."
This reverts commit ed8edb5aee.
This commit is contained in:
@@ -466,12 +466,6 @@ public class TextSecurePreferences {
|
||||
}
|
||||
|
||||
public static void setUnauthorizedReceived(Context context, boolean value) {
|
||||
if (value) {
|
||||
ApplicationDependencies.closeConnections();
|
||||
} else {
|
||||
ApplicationDependencies.getIncomingMessageObserver();
|
||||
}
|
||||
|
||||
setBooleanPreference(context, UNAUTHORIZED_RECEIVED, value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user