who doesn't love a good delay in their code?

This commit is contained in:
Finnley Somdahl 2024-01-22 16:00:15 -06:00
parent ab8dc2ee8b
commit c603de70e3

View file

@ -492,6 +492,7 @@ class MediaDetailsActivity : AppCompatActivity(), AppBarLayout.OnOffsetChangedLi
init {
enabled(true)
scope.launch {
delay(100)
clicked()
}
image.setOnClickListener {