Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
002f9b898a
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ public class GpxUiHelper {
|
|||
OsmandSettings settings = ctx.getSettings();
|
||||
boolean light = settings.isLightContent();
|
||||
|
||||
mChart.setHardwareAccelerationEnabled(true);
|
||||
mChart.setHardwareAccelerationEnabled(false);
|
||||
mChart.setTouchEnabled(true);
|
||||
mChart.setDragEnabled(true);
|
||||
mChart.setScaleEnabled(true);
|
||||
|
|
Loading…
Reference in a new issue