File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
sync/sync-impl/src/main/java/com/duckduckgo/sync/impl/ui/qrcode Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ import com.duckduckgo.common.utils.ConflatedJob
4242import com.duckduckgo.common.utils.DispatcherProvider
4343import com.duckduckgo.di.scopes.ViewScope
4444import com.duckduckgo.sync.impl.R
45- import com.duckduckgo.sync.impl.SyncFeature
4645import com.duckduckgo.sync.impl.databinding.ViewSquareDecoratedBarcodeBinding
4746import com.duckduckgo.sync.impl.ui.qrcode.SquareDecoratedBarcodeViewModel.Command
4847import com.duckduckgo.sync.impl.ui.qrcode.SquareDecoratedBarcodeViewModel.Command.CheckCameraAvailable
@@ -89,9 +88,6 @@ constructor(
8988 @Inject
9089 lateinit var appBuildConfig: AppBuildConfig
9190
92- @Inject
93- lateinit var syncFeature: SyncFeature
94-
9591 private val cameraBlockedDrawable by lazy {
9692 ContextCompat .getDrawable(context, R .drawable.camera_blocked)
9793 }
You can’t perform that action at this time.
0 commit comments