Fix scrolling and pressing
This commit is contained in:
parent
7f08209668
commit
da9a01ce24
1 changed files with 2 additions and 2 deletions
|
@ -108,8 +108,8 @@ public class EntriesFragment extends Fragment implements AsyncDatabaseConnector.
|
|||
fakeScrollView.setOnTouchEventListener(new CustomScrollView.OnTouchEventListener() {
|
||||
@Override
|
||||
public boolean onTouchEvent(MotionEvent ev) {
|
||||
entriesScrollView.dispatchTouchEvent(ev);
|
||||
horizontalScrollView.onTouchEvent(ev);
|
||||
ev.offsetLocation(0, headerFrame.getHeight());
|
||||
horizontalScrollView.dispatchTouchEvent(ev);
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue