mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 19:43:57 +00:00
fix heart thing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user