Skip to content

Commit 67cfcf9

Browse files
committed
chore: fix params compiler ambiguity
1 parent df10340 commit 67cfcf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/to/bitkit/repositories/BackupRepo.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ import javax.inject.Singleton
6767
@Suppress("LongParameterList")
6868
@Singleton
6969
class BackupRepo @Inject constructor(
70-
@ApplicationContext private val context: Context,
71-
@IoDispatcher private val ioDispatcher: CoroutineDispatcher,
70+
@param:ApplicationContext private val context: Context,
71+
@param:IoDispatcher private val ioDispatcher: CoroutineDispatcher,
7272
private val cacheStore: CacheStore,
7373
private val vssBackupClient: VssBackupClient,
7474
private val settingsStore: SettingsStore,

0 commit comments

Comments
 (0)