Skip to content

Commit

Permalink
fix heart thing
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelonion committed Jan 23, 2024
1 parent 4893cd0 commit 79cff1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/ani/dantotsu/media/MediaDetailsActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -493,10 +493,6 @@ class MediaDetailsActivity : AppCompatActivity(), AppBarLayout.OnOffsetChangedLi

init {
enabled(true)
scope.launch {
delay(100) //TODO: a listener would be better
clicked()
}
image.setOnClickListener {
if (pressable && !disabled) {
pressable = false
Expand Down

0 comments on commit 79cff1e

Please sign in to comment.