Skip to content

Commit

Permalink
fix: 보낸 봉투 과거 내역이 없는 경우, 보낸 봉투가 안사라지는 현상 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu committed Feb 7, 2024
1 parent 2ec199c commit c4523bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ fun SentRoute(
}

LaunchedEffect(key1 = Unit) {
viewModel.getEnvelopesList(refresh)
viewModel.filterIfNeed(filter)
if (deletedFriendId != null) {
viewModel.deleteEmptyFriendStatistics(deletedFriendId)
}
viewModel.getEnvelopesList(refresh)
viewModel.filterIfNeed(filter)
}

envelopesListState.OnBottomReached {
Expand Down

0 comments on commit c4523bb

Please sign in to comment.