diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/views/MyScalableRecyclerView.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/views/MyScalableRecyclerView.kt index bd6b25654..c22db2902 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/views/MyScalableRecyclerView.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/views/MyScalableRecyclerView.kt @@ -15,11 +15,9 @@ class MyScalableRecyclerView : RecyclerView { var mLastUp = 0L // allow only pinch zoom, not double tap } - constructor(context: Context) : super(context) { - } + constructor(context: Context) : super(context) - constructor(context: Context, attrs: AttributeSet) : super(context, attrs) { - } + constructor(context: Context, attrs: AttributeSet) : super(context, attrs) init { mScaleDetector = ScaleGestureDetector(context, GestureListener())