fix(dates): remove dead setDateIdeaId from DateBuilderViewModel (N-002 follow-up)
This commit is contained in:
parent
4ee154d8ed
commit
8b7bbc2996
|
|
@ -41,10 +41,6 @@ class DateBuilderViewModel @Inject constructor(
|
||||||
_uiState.update { it.copy(duration = duration) }
|
_uiState.update { it.copy(duration = duration) }
|
||||||
}
|
}
|
||||||
|
|
||||||
fun setDateIdeaId(dateIdeaId: String) {
|
|
||||||
_uiState.update { it.copy(dateIdeaId = dateIdeaId) }
|
|
||||||
}
|
|
||||||
|
|
||||||
fun savePreference() {
|
fun savePreference() {
|
||||||
val state = _uiState.value
|
val state = _uiState.value
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue