eventBus private

This commit is contained in:
Valere 2020-02-06 13:56:39 +01:00
parent a48bf61ad7
commit 1917fbcc93

View file

@ -62,7 +62,7 @@ internal class DefaultCrossSigningService @Inject constructor(
private val taskExecutor: TaskExecutor,
private val coroutineDispatchers: MatrixCoroutineDispatchers,
private val cryptoCoroutineScope: CoroutineScope,
val eventBus: EventBus) : CrossSigningService, DeviceListManager.UserDevicesUpdateListener {
private val eventBus: EventBus) : CrossSigningService, DeviceListManager.UserDevicesUpdateListener {
private var olmUtility: OlmUtility? = null