Skip to content

Commit

Permalink
fix: Upload progress after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Dec 19, 2024
1 parent 63f87c3 commit 2adb12f
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 2adb12f

Please sign in to comment.