mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-02 13:07:34 +01:00
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…
x
Reference in New Issue
Block a user