Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Comment update in PlantDetailViewModel (#953)
Browse files Browse the repository at this point in the history
ViewModel is used in PlantDetailsScreen not PlantDetailFragment
Probably missed during migration from Fragments to Compose
  • Loading branch information
Lucodivo authored Feb 8, 2024
1 parent 1da6782 commit 5a92650
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import kotlinx.coroutines.launch
import javax.inject.Inject

/**
* The ViewModel used in [PlantDetailFragment].
* The ViewModel used in [PlantDetailsScreen].
*/
@HiltViewModel
class PlantDetailViewModel @Inject constructor(
Expand Down Expand Up @@ -64,4 +64,4 @@ class PlantDetailViewModel @Inject constructor(
companion object {
private const val PLANT_ID_SAVED_STATE_KEY = "plantId"
}
}
}

0 comments on commit 5a92650

Please sign in to comment.