Update doc.

This commit is contained in:
Benoit Marty 2023-01-05 11:54:19 +01:00
parent 27d32188bf
commit dbf3b76331

View file

@ -431,6 +431,7 @@ internal class DefaultCryptoService @Inject constructor(
* A sync response has been received.
*
* @param syncResponse the syncResponse
* @param cryptoStoreAggregator data aggregated during the sync response treatment to store
*/
fun onSyncCompleted(syncResponse: SyncResponse, cryptoStoreAggregator: CryptoStoreAggregator) {
cryptoStore.storeData(cryptoStoreAggregator)