Swipe down to close images #122

Merged
AmineL merged 10 commits from davidoskky/ReaderForSelfoss-multiplatform:swipe_down into master 2023-01-26 10:42:16 +00:00
Showing only changes of commit 2245565f95 - Show all commits

View File

@ -34,8 +34,6 @@ class ImageActivity : AppCompatActivity() {
val transitionListener = object : MotionLayout.TransitionListener {
override fun onTransitionStarted(motionLayout: MotionLayout?, startId: Int, endId: Int) {
binding.root.setOnClickListener {
}
// Nothing
AmineL marked this conversation as resolved
Review

Is this needed ?

Is this needed ?
Review

Is this needed ?

Is this needed ?
Review

I just checked again, if any of those definitions is removed the build fails.

I just checked again, if any of those definitions is removed the build fails.
Review

I meant the empty onclick listener

I meant the empty onclick listener
Review

Ops, sorry didn't even notice that...

Ops, sorry didn't even notice that...
}