mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -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
|
||||
@Suppress("NOTHING_TO_OVERRIDE", "ACCIDENTAL_OVERRIDE")
|
||||
@SuppressLint("NestedBlockDepth, ReturnCount")
|
||||
@Suppress("NOTHING_TO_OVERRIDE", "ACCIDENTAL_OVERRIDE", "NestedBlockDepth", "ReturnCount")
|
||||
override fun onFling(
|
||||
e1: MotionEvent,
|
||||
e2: MotionEvent,
|
||||
|
Loading…
x
Reference in New Issue
Block a user