Skip to content

Commit

Permalink
fix: Upload progress after refactor (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd authored Dec 19, 2024
2 parents 50cadfd + 323c1e0 commit f32dbcc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import com.infomaniak.multiplatform_swisstransfer.common.interfaces.ui.FileUi
import com.infomaniak.sentry.SentryLog
import com.infomaniak.swisstransfer.ui.utils.FileNameUtils
import dagger.hilt.android.qualifiers.ApplicationContext
import dagger.hilt.android.scopes.ViewModelScoped
import io.sentry.Sentry
import io.sentry.SentryLevel
import kotlinx.coroutines.flow.MutableSharedFlow
Expand All @@ -37,6 +38,7 @@ import java.io.File
import java.io.InputStream
import javax.inject.Inject

@ViewModelScoped
class ImportationFilesManager @Inject constructor(
@ApplicationContext private val appContext: Context,
private val importLocalStorage: ImportLocalStorage,
Expand Down

0 comments on commit f32dbcc

Please sign in to comment.