summaryrefslogtreecommitdiff
path: root/altosdroid/src/org/altusmetrum/AltosDroid/AltosViewPager.java
Commit message (Collapse)AuthorAge
* altosdroid: Don't crash when the map is touchedKeith Packard2014-06-13
| | | | | | | The map 'canScroll' method was crashing when dereferencing a null value somewhere. Just check all of them and bail instead of crashing. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: fix side-to-side scrolling in map tabMike Beattie2013-03-08
Signed-off-by: Mike Beattie <mike@ethernal.org>