Fix not scrolling horizontally
This commit is contained in:
parent
d4a1de3382
commit
7f08209668
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ public class EntriesFragment extends Fragment implements AsyncDatabaseConnector.
|
|||
@Override
|
||||
public boolean onTouchEvent(MotionEvent ev) {
|
||||
entriesScrollView.dispatchTouchEvent(ev);
|
||||
horizontalScrollView.onTouchEvent(ev);
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue