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
|
@Override
|
||||||
public boolean onTouchEvent(MotionEvent ev) {
|
public boolean onTouchEvent(MotionEvent ev) {
|
||||||
entriesScrollView.dispatchTouchEvent(ev);
|
entriesScrollView.dispatchTouchEvent(ev);
|
||||||
|
horizontalScrollView.onTouchEvent(ev);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue