Skip to content

Commit

Permalink
resolve package conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Oct 7, 2023
1 parent bb299c5 commit 96c8f5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import androidx.lifecycle.MutableLiveData
import androidx.lifecycle.ViewModel
import androidx.lifecycle.map
import androidx.lifecycle.viewModelScope
import org.sopt.official.core.lifecycle.combineWith
import dagger.hilt.android.lifecycle.HiltViewModel
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.StateFlow
Expand Down Expand Up @@ -240,7 +239,7 @@ class AttendanceViewModel @Inject constructor(
setProgressBarState { copy(isThirdProgressBarBeforeAttendance = isBeforeAttendance) }
}

fun fetchAttendanceHistory() {
private fun fetchAttendanceHistory() {
viewModelScope.launch {
_attendanceHistory.value = AttendanceState.Loading
attendanceRepository.fetchAttendanceHistory()
Expand Down

0 comments on commit 96c8f5b

Please sign in to comment.