Swipe down to close images #122
@ -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
|
||||
AmineB marked this conversation as resolved
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user
Is this needed ?
Is this needed ?
I just checked again, if any of those definitions is removed the build fails.
I meant the empty onclick listener
Ops, sorry didn't even notice that...