Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildscript { propMinSdkVersion = 16 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '4.0.9' propVersionName = '4.0.12' kotlin_version = '1.2.41' support_libs = '27.1.1' } Loading commons/src/main/kotlin/com/simplemobiletools/commons/views/FastScroller.kt +2 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,8 @@ class FastScroller : FrameLayout { constructor(context: Context, attrs: AttributeSet, defStyle: Int) : super(context, attrs, defStyle) fun setViews(recyclerView: RecyclerView, swipeRefreshLayout: SwipeRefreshLayout? = null, callback: ((Int) -> Unit)? = null) { currScrollX = 0 currScrollY = 0 this.recyclerView = recyclerView this.swipeRefreshLayout = swipeRefreshLayout tinyMargin = context.resources.getDimension(R.dimen.tiny_margin) Loading Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildscript { propMinSdkVersion = 16 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '4.0.9' propVersionName = '4.0.12' kotlin_version = '1.2.41' support_libs = '27.1.1' } Loading
commons/src/main/kotlin/com/simplemobiletools/commons/views/FastScroller.kt +2 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,8 @@ class FastScroller : FrameLayout { constructor(context: Context, attrs: AttributeSet, defStyle: Int) : super(context, attrs, defStyle) fun setViews(recyclerView: RecyclerView, swipeRefreshLayout: SwipeRefreshLayout? = null, callback: ((Int) -> Unit)? = null) { currScrollX = 0 currScrollY = 0 this.recyclerView = recyclerView this.swipeRefreshLayout = swipeRefreshLayout tinyMargin = context.resources.getDimension(R.dimen.tiny_margin) Loading