shortening a comment

This commit is contained in:
tibbi 2022-11-26 22:28:58 +01:00
parent 034497ba52
commit c7eb5b7e5f
1 changed files with 1 additions and 2 deletions

View File

@ -416,8 +416,7 @@ class MainActivity : SimpleActivity(), PhotoProcessor.MediaSavedListener, Camera
private fun initModeSwitcher() {
val gestureDetector = GestureDetectorCompat(this, object : GestureDetectorListener() {
override fun onDown(e: MotionEvent): Boolean {
// we have to return true here so ACTION_UP
// (and onFling) can be dispatched
// we have to return true here so ACTION_UP (and onFling) can be dispatched
return true
}