baoyongzhang / baoyongzhang/SwipeMenuListView

建议加一行

Open
#157 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
3.5k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

建议在 onInterceptTouchEvent 中
`if (mTouchView != null && mTouchView.isOpen() && !inRangeOfView(mTouchView.getMenuView(), ev)) {
**mTouchView.smoothCloseMenu();**
return true;
}`
加上 mTouchView.smoothCloseMenu();
按上去的时候就关闭menu比较和谐

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate onInterceptTouchEvent and inspect the existing mTouchView, isOpen, inRangeOfView, and smoothCloseMenu flow. Reproduce a tap outside an open menu, then verify that the menu closes and the touch is handled as intended; the issue provides no file or test path.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
mobile-dev
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.