disable "Speed Zones" graph
It is not ready yet and full of bugs
This commit is contained in:
parent
f9131f1c5e
commit
fb8f866031
|
@ -343,7 +343,7 @@ public class ChartsActivity extends AbstractGBFragmentActivity implements Charts
|
||||||
@Override
|
@Override
|
||||||
public int getCount() {
|
public int getCount() {
|
||||||
// Show 5 total pages.
|
// Show 5 total pages.
|
||||||
return 6;
|
return 5; // hide "Speed Zones" for now
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue