mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Initial pass to properly check multi-device environment in various spots.
This commit is contained in:
@@ -77,7 +77,7 @@ class ReviewCardRepository {
|
||||
|
||||
if (resolved.isGroup()) throw new AssertionError();
|
||||
|
||||
if (SignalStore.account().hasLinkedDevices()) {
|
||||
if (SignalStore.account().isMultiDevice()) {
|
||||
AppDependencies.getJobManager().add(MultiDeviceMessageRequestResponseJob.forDelete(recipientId));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user