Skip to content

Commit dbf3b76

Browse files
committed
Update doc.
1 parent 27d3218 commit dbf3b76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/DefaultCryptoService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ internal class DefaultCryptoService @Inject constructor(
431431
* A sync response has been received.
432432
*
433433
* @param syncResponse the syncResponse
434+
* @param cryptoStoreAggregator data aggregated during the sync response treatment to store
434435
*/
435436
fun onSyncCompleted(syncResponse: SyncResponse, cryptoStoreAggregator: CryptoStoreAggregator) {
436437
cryptoStore.storeData(cryptoStoreAggregator)

0 commit comments

Comments
 (0)