This commit is contained in:
Benoit Marty 2023-04-04 15:15:49 +02:00 committed by Benoit Marty
parent 00c23618ab
commit 6b3aef23fa

View file

@ -37,10 +37,8 @@ internal const val DEFAULT_PUSHER_FILE_TAG = "mobile"
private val loggerTag = LoggerTag("PushersManager", pushLoggerTag)
// TODO EAx Communicate with the SDK
class PushersManager @Inject constructor(
private val unifiedPushHelper: UnifiedPushHelper,
// private val activeSessionHolder: ActiveSessionHolder,
// private val localeProvider: LocaleProvider,
private val appNameProvider: AppNameProvider,
// private val getDeviceInfoUseCase: GetDeviceInfoUseCase,