diff --git a/vector/src/main/java/im/vector/app/features/analytics/DecryptionFailureTracker.kt b/vector/src/main/java/im/vector/app/features/analytics/DecryptionFailureTracker.kt index f96d8a8262..613daf3ded 100644 --- a/vector/src/main/java/im/vector/app/features/analytics/DecryptionFailureTracker.kt +++ b/vector/src/main/java/im/vector/app/features/analytics/DecryptionFailureTracker.kt @@ -89,7 +89,7 @@ class DecryptionFailureTracker @Inject constructor( private var currentTicker: Job? = null /** - * Start the tracker + * Start the tracker. * * @param scope The coroutine scope to use, exposed for tests. If null, it will use the default one */