File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
app/src/main/java/to/bitkit Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1+ @file:Suppress(" TooManyFunctions" )
2+
13package to.bitkit.ext
24
35import android.icu.text.DateFormat
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import to.bitkit.utils.Logger
3939import javax.inject.Inject
4040import javax.inject.Singleton
4141
42+ @Suppress(" LongParameterList" )
4243@Singleton
4344class BackupRepo @Inject constructor(
4445 @ApplicationContext private val context : Context ,
@@ -122,6 +123,7 @@ class BackupRepo @Inject constructor(
122123 Logger .debug(" Started ${statusObserverJobs.size} backup status observers" , context = TAG )
123124 }
124125
126+ @Suppress(" LongMethod" )
125127 private fun startDataStoreListeners () {
126128 val settingsJob = scope.launch {
127129 settingsStore.data
You can’t perform that action at this time.
0 commit comments