Skip to content

Commit 2ec33e7

Browse files
committed
update long click logic
1 parent b2ff408 commit 2ec33e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/src/main/java/com/goyourfly/multiple/adapter/viewholder/InterceptFrameLayout.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import com.goyourfly.multiple.adapter.ViewState
1313
* Created by gaoyufei on 2017/7/20.
1414
*/
1515

16-
class InterceptFrameLayout(context: Context, val adapter: MultipleAdapter, child: View) : FrameLayout(context) {
16+
internal class InterceptFrameLayout(context: Context, val adapter: MultipleAdapter, child: View) : FrameLayout(context) {
1717
val CLICK_ACTION_THRESHHOLD = 20
1818
val CLICK_LONG_TIME = 500L
1919

0 commit comments

Comments
 (0)