Skip to content

Commit

Permalink
update long click logic
Browse files Browse the repository at this point in the history
  • Loading branch information
goyourfly committed Jul 20, 2017
1 parent b2ff408 commit 2ec33e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import com.goyourfly.multiple.adapter.ViewState
* Created by gaoyufei on 2017/7/20.
*/

class InterceptFrameLayout(context: Context, val adapter: MultipleAdapter, child: View) : FrameLayout(context) {
internal class InterceptFrameLayout(context: Context, val adapter: MultipleAdapter, child: View) : FrameLayout(context) {
val CLICK_ACTION_THRESHHOLD = 20
val CLICK_LONG_TIME = 500L

Expand Down

0 comments on commit 2ec33e7

Please sign in to comment.