We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df10340 commit 67cfcf9Copy full SHA for 67cfcf9
app/src/main/java/to/bitkit/repositories/BackupRepo.kt
@@ -67,8 +67,8 @@ import javax.inject.Singleton
67
@Suppress("LongParameterList")
68
@Singleton
69
class BackupRepo @Inject constructor(
70
- @ApplicationContext private val context: Context,
71
- @IoDispatcher private val ioDispatcher: CoroutineDispatcher,
+ @param:ApplicationContext private val context: Context,
+ @param:IoDispatcher private val ioDispatcher: CoroutineDispatcher,
72
private val cacheStore: CacheStore,
73
private val vssBackupClient: VssBackupClient,
74
private val settingsStore: SettingsStore,
0 commit comments