Skip to content

Commit

Permalink
- Removes: Selected site repository from DashboardItemsViewModelSlice
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeshRPai committed Feb 5, 2024
1 parent b66b9f0 commit 770f9f8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import kotlinx.coroutines.cancel
import kotlinx.coroutines.launch
import org.wordpress.android.fluxc.model.SiteModel
import org.wordpress.android.ui.mysite.MySiteCardAndItem
import org.wordpress.android.ui.mysite.SelectedSiteRepository
import org.wordpress.android.ui.mysite.cards.jetpackfeature.JetpackFeatureCardHelper
import org.wordpress.android.ui.mysite.cards.sotw2023.WpSotw2023NudgeCardViewModelSlice
import org.wordpress.android.ui.mysite.items.jetpackBadge.JetpackBadgeViewModelSlice
Expand All @@ -25,7 +24,6 @@ class DashboardItemsViewModelSlice @Inject constructor(
private val siteItemsViewModelSlice: SiteItemsViewModelSlice,
private val sotw2023NudgeCardViewModelSlice: WpSotw2023NudgeCardViewModelSlice,
private val jetpackFeatureCardHelper: JetpackFeatureCardHelper,
private val selectedSiteRepository: SelectedSiteRepository,
private val buildConfigWrapper: BuildConfigWrapper
) {
private lateinit var scope: CoroutineScope
Expand Down

0 comments on commit 770f9f8

Please sign in to comment.