Skip to content

Commit

Permalink
Update ReaderPostDetailViewModel.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Agoni-0 authored Oct 25, 2024
1 parent 49bb4ba commit 506cf8d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,6 @@ class ReaderPostDetailViewModel @Inject constructor(
}

_uiState.value = it.copy(moreMenuItems = moreMenuItems)
}?: run{
if (_postBlocked.value == true) {
readerPostCardActionsHandler.handleUndoClicked()
}
}
}
}
Expand Down

0 comments on commit 506cf8d

Please sign in to comment.