Fixed detekt issues.

This commit is contained in:
MohitMali 2023-11-20 17:15:25 +05:30 committed by Kelson
parent f066272087
commit 2b8f7300f6

View File

@ -52,8 +52,7 @@ open class OnSwipeTouchListener constructor(context: Context) : OnTouchListener
}
// See:- https://stackoverflow.com/questions/73463685/gesturedetector-ongesturelistener-overridden-methods-are-not-working-in-android
@Suppress("NOTHING_TO_OVERRIDE", "ACCIDENTAL_OVERRIDE")
@SuppressLint("NestedBlockDepth, ReturnCount")
@Suppress("NOTHING_TO_OVERRIDE", "ACCIDENTAL_OVERRIDE", "NestedBlockDepth", "ReturnCount")
override fun onFling(
e1: MotionEvent,
e2: MotionEvent,