Skip to content

Commit

Permalink
Update ReaderPostDetailFragment.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Agoni-0 authored Oct 25, 2024
1 parent 6441955 commit 49bb4ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -992,10 +992,10 @@ class ReaderPostDetailFragment : ViewPagerFragment(),
){
val moreMenu:MenuItem? = toolBar.menu.findItem(R.id.menu_more)
if (postBlocked){
moreMenu?.setIcon(R.drawable.ic_undo_white_24dp)
moreMenu?.setVisible(false)
}
else{
moreMenu?.setIcon(R.drawable.ic_ellipsis_vertical_white_24dp)
moreMenu?.setVisible(true)
}
}

Expand Down

0 comments on commit 49bb4ba

Please sign in to comment.