mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-10 16:02:05 -04:00
Fixed detekt issues.
This commit is contained in:
parent
f066272087
commit
2b8f7300f6
@ -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
|
// See:- https://stackoverflow.com/questions/73463685/gesturedetector-ongesturelistener-overridden-methods-are-not-working-in-android
|
||||||
@Suppress("NOTHING_TO_OVERRIDE", "ACCIDENTAL_OVERRIDE")
|
@Suppress("NOTHING_TO_OVERRIDE", "ACCIDENTAL_OVERRIDE", "NestedBlockDepth", "ReturnCount")
|
||||||
@SuppressLint("NestedBlockDepth, ReturnCount")
|
|
||||||
override fun onFling(
|
override fun onFling(
|
||||||
e1: MotionEvent,
|
e1: MotionEvent,
|
||||||
e2: MotionEvent,
|
e2: MotionEvent,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user