Loading app/src/main/java/foundation/e/apps/data/di/bindings/AppInstallationModule.kt +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ import dagger.hilt.components.SingletonComponent import foundation.e.apps.data.install.core.helper.InstallationCompletionHandler import foundation.e.apps.data.install.download.DownloadManagerUtils import foundation.e.apps.data.install.wrapper.AppEventDispatcher import foundation.e.apps.data.install.wrapper.DefaultAppEventDispatcher import foundation.e.apps.data.install.wrapper.AppEventDispatcherImpl import foundation.e.apps.data.install.wrapper.DeviceNetworkStatusChecker import foundation.e.apps.data.install.wrapper.ParentalControlAuthGatewayImpl import foundation.e.apps.data.install.wrapper.StorageSpaceCheckerImpl Loading @@ -46,7 +46,7 @@ interface AppInstallationModule { @Binds @Singleton fun bindAppEventDispatcher(dispatcher: DefaultAppEventDispatcher): AppEventDispatcher fun bindAppEventDispatcher(dispatcher: AppEventDispatcherImpl): AppEventDispatcher @Binds @Singleton Loading app/src/main/java/foundation/e/apps/data/install/wrapper/AppEventDispatcher.kt +2 −2 Original line number Diff line number Diff line Loading @@ -22,11 +22,11 @@ import foundation.e.apps.data.event.AppEvent import foundation.e.apps.data.event.EventBus import javax.inject.Inject interface AppEventDispatcher { fun interface AppEventDispatcher { suspend fun dispatch(event: AppEvent) } class DefaultAppEventDispatcher @Inject constructor() : AppEventDispatcher { class AppEventDispatcherImpl @Inject constructor() : AppEventDispatcher { override suspend fun dispatch(event: AppEvent) { EventBus.invokeEvent(event) } Loading Loading
app/src/main/java/foundation/e/apps/data/di/bindings/AppInstallationModule.kt +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ import dagger.hilt.components.SingletonComponent import foundation.e.apps.data.install.core.helper.InstallationCompletionHandler import foundation.e.apps.data.install.download.DownloadManagerUtils import foundation.e.apps.data.install.wrapper.AppEventDispatcher import foundation.e.apps.data.install.wrapper.DefaultAppEventDispatcher import foundation.e.apps.data.install.wrapper.AppEventDispatcherImpl import foundation.e.apps.data.install.wrapper.DeviceNetworkStatusChecker import foundation.e.apps.data.install.wrapper.ParentalControlAuthGatewayImpl import foundation.e.apps.data.install.wrapper.StorageSpaceCheckerImpl Loading @@ -46,7 +46,7 @@ interface AppInstallationModule { @Binds @Singleton fun bindAppEventDispatcher(dispatcher: DefaultAppEventDispatcher): AppEventDispatcher fun bindAppEventDispatcher(dispatcher: AppEventDispatcherImpl): AppEventDispatcher @Binds @Singleton Loading
app/src/main/java/foundation/e/apps/data/install/wrapper/AppEventDispatcher.kt +2 −2 Original line number Diff line number Diff line Loading @@ -22,11 +22,11 @@ import foundation.e.apps.data.event.AppEvent import foundation.e.apps.data.event.EventBus import javax.inject.Inject interface AppEventDispatcher { fun interface AppEventDispatcher { suspend fun dispatch(event: AppEvent) } class DefaultAppEventDispatcher @Inject constructor() : AppEventDispatcher { class AppEventDispatcherImpl @Inject constructor() : AppEventDispatcher { override suspend fun dispatch(event: AppEvent) { EventBus.invokeEvent(event) } Loading