Support additional sync behavior for linked devices.

This commit is contained in:
Greyson Parrelli
2019-11-08 15:33:10 -05:00
committed by Alan Evans
parent 995569dd50
commit c702ff676a
16 changed files with 401 additions and 59 deletions

View File

@@ -126,4 +126,9 @@ public final class LiveRecipientCache {
}
});
}
@AnyThread
public synchronized void clear() {
recipients.clear();
}
}